diff --git a/env-sets/dev/services/svc-1/check.yaml b/env-sets/dev/services/svc-1/check.yaml deleted file mode 100644 index 06586d5..0000000 --- a/env-sets/dev/services/svc-1/check.yaml +++ /dev/null @@ -1,9 +0,0 @@ -message: "Welcome to svc-1 in dev" -image: - repository: nginx - tag: stable - pullPolicy: IfNotPresent -service: - name: svc-1 # 🟡 OPTIONAL: if your chart supports it - type: ClusterIP - port: 80 diff --git a/env-sets/dev/services/svc-2/check.yaml b/env-sets/dev/services/svc-2/check.yaml deleted file mode 100644 index 06586d5..0000000 --- a/env-sets/dev/services/svc-2/check.yaml +++ /dev/null @@ -1,9 +0,0 @@ -message: "Welcome to svc-1 in dev" -image: - repository: nginx - tag: stable - pullPolicy: IfNotPresent -service: - name: svc-1 # 🟡 OPTIONAL: if your chart supports it - type: ClusterIP - port: 80