From f521cc03679c3c52af22b9ce690291f7309d0903 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 1 Mar 2026 20:37:22 +0000 Subject: [PATCH] Updated via MCP --- apps/nginx-mcp/ingress.yaml | 26 ++------------------------ 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/apps/nginx-mcp/ingress.yaml b/apps/nginx-mcp/ingress.yaml index d122a7a..8617d67 100644 --- a/apps/nginx-mcp/ingress.yaml +++ b/apps/nginx-mcp/ingress.yaml @@ -1,24 +1,2 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -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 +# Ingress removed - traffic now managed by nginx-weighted TraefikService +# See apps/nginx-weighted for the weighted canary configuration