chore: remove nginx-canary

This commit is contained in:
Claude AI
2026-03-01 21:30:37 +00:00
parent f8b3bd2d5e
commit 95e40df394

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