Front - Back yaml

This commit is contained in:
Beto Sánchez
2025-04-24 18:44:49 -05:00
parent c8fbbd201c
commit e791690047
17 changed files with 139 additions and 24 deletions

View File

@@ -0,0 +1,28 @@
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: pb8-dev.articulacion.com.co
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: dev-panel-bk-sr
port:
number: 80
tls:
- hosts:
- pb8-dev.articulacion.com.co
secretName: dev-panel-bk-sc