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