pods prod

This commit is contained in:
Beto Sánchez
2025-04-25 16:26:06 -05:00
parent e791690047
commit 7e9fa5a40f
21 changed files with 191 additions and 82 deletions

View File

@@ -0,0 +1,28 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: prod-panel-ft-ig
namespace: prod-panel-ft-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: pf.articulacion.com.co
http:
paths:
- pathType: Prefix
path: "/"
backend:
service:
name: prod-panel-ft-sr
port:
number: 80
tls:
- hosts:
- pf.articulacion.com.co
secretName: prod-panel-ft-sc