This commit is contained in:
Beto Sánchez
2025-04-24 11:37:29 -05:00
parent bbfc836c6b
commit e52fee62b2
44 changed files with 484 additions and 293 deletions

View File

@@ -0,0 +1,25 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: dev-panel-bk-ig
namespace: dev-panel-bk-ns
annotations:
service.beta.kubernetes.io/do-loadbalancer-enable-proxy-protocol: "true"
service.beta.kubernetes.io/do-loadbalancer-internal: "true"
service.beta.kubernetes.io/do-loadbalancer-network: "INTERNAL"
nginx.ingress.kubernetes.io/enable-access-log: "true"
spec:
ingressClassName: nginx
rules:
- host: dev-sos.bop.local
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: dev-panel-bk-sr
port:
number: 80