chore: remove nginx-canary

This commit is contained in:
Claude AI
2026-03-01 20:58:59 +00:00
parent b82a4e4c52
commit 930e4ab8d1

View File

@@ -1,16 +0,0 @@
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