From 64f8dfb35519baf6799c560404a3a2c00c622dde Mon Sep 17 00:00:00 2001 From: Claude AI Date: Tue, 3 Mar 2026 07:14:31 +0000 Subject: [PATCH] chore: cleanup nginx-canary --- apps/nginx-canary/service.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 apps/nginx-canary/service.yaml diff --git a/apps/nginx-canary/service.yaml b/apps/nginx-canary/service.yaml deleted file mode 100644 index 875a6b1..0000000 --- a/apps/nginx-canary/service.yaml +++ /dev/null @@ -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