chore: cleanup nginx-weighted

This commit is contained in:
Claude AI
2026-03-03 07:15:15 +00:00
parent 6e0baee4cc
commit b1be64d29e

View File

@@ -1,14 +0,0 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-canary-proxy
namespace: nginx-mcp
spec:
# ExternalName proxy required because Traefik v3 does not allow
# cross-namespace service references inside TraefikService weighted config.
# This service bridges nginx-mcp namespace to nginx-canary namespace.
type: ExternalName
externalName: nginx-canary.nginx-canary.svc.cluster.local
ports:
- port: 80
targetPort: 80