Try to change the path

This commit is contained in:
dvirlabs 2025-07-28 11:46:33 +03:00
parent c39df4ec39
commit 3d52da3abc
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
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

@ -0,0 +1,9 @@
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