Updated via MCP

This commit is contained in:
2026-03-01 20:37:22 +00:00
parent c43c9a75fd
commit f521cc0367

View File

@@ -1,24 +1,2 @@
apiVersion: networking.k8s.io/v1 # Ingress removed - traffic now managed by nginx-weighted TraefikService
kind: Ingress # See apps/nginx-weighted for the weighted canary configuration
metadata:
name: nginx-mcp
namespace: nginx-mcp
annotations:
kubernetes.io/ingress.class: traefik
cert-manager.io/cluster-issuer: letsencrypt-http
spec:
tls:
- hosts:
- nginx.thedevops.dev
secretName: nginx-mcp-tls
rules:
- host: nginx.thedevops.dev
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: nginx-mcp
port:
number: 80