Try to unput each svc in dir

This commit is contained in:
dvirlabs 2025-07-28 11:30:31 +03:00
parent 57a760d446
commit 8aad342684
2 changed files with 0 additions and 18 deletions

View File

@ -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

View File

@ -1,9 +0,0 @@
message: "Welcome to svc-2 in dev"
image:
repository: nginx
tag: stable
pullPolicy: IfNotPresent
service:
name: svc-2 # 🟡 OPTIONAL: if your chart supports it
type: ClusterIP
port: 80