feat: deploy nginx-weighted traffic layer (TraefikService 90/10, TLS, HTTP redirect) #4

Merged
admin merged 6 commits from feat/nginx-weighted into main 2026-03-04 18:43:13 +00:00
Showing only changes of commit 539483b4b5 - Show all commits

View File

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