Updated via MCP

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

View File

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