chore: cleanup nginx-canary

This commit is contained in:
Claude AI
2026-03-03 07:14:31 +00:00
parent 401ce08add
commit 64f8dfb355

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