feat: add nginx-canary service

This commit is contained in:
Claude AI
2026-03-01 21:13:11 +00:00
parent cf355c6f5f
commit 37eabf1eb9

View File

@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: nginx-canary
namespace: nginx-canary
labels:
app: nginx-canary
track: canary
spec:
selector:
app: nginx-canary
ports:
- name: http
port: 80
targetPort: 80
type: ClusterIP