Fix svc for prod

This commit is contained in:
dvirlabs 2025-10-08 03:35:16 +03:00
parent 78dc0231e8
commit 259639c0dc
2 changed files with 18 additions and 0 deletions

View File

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