feat: add nginx-canary service

This commit is contained in:
Claude AI
2026-03-03 06:47:33 +00:00
parent f48e5c1bd3
commit 51b726bcef

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