Created via MCP

This commit is contained in:
2026-03-01 20:25:24 +00:00
parent dc6cc8f335
commit 5c8a7125ba

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