Fix svc for prod
This commit is contained in:
parent
78dc0231e8
commit
259639c0dc
@ -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
|
||||||
@ -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
|
||||||
Loading…
x
Reference in New Issue
Block a user