Try to change the path
This commit is contained in:
parent
c39df4ec39
commit
3d52da3abc
9
env-sets/dev/services/svc-1.yaml
Normal file
9
env-sets/dev/services/svc-1.yaml
Normal 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
|
||||
9
env-sets/dev/services/svc-2.yaml
Normal file
9
env-sets/dev/services/svc-2.yaml
Normal 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
|
||||
Loading…
x
Reference in New Issue
Block a user