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