Try to fix dev appset
This commit is contained in:
parent
bf6fd48bdd
commit
ff5a333afb
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/int/services/svc-1.yaml
Normal file
9
env-sets/int/services/svc-1.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
message: "Welcome to svc-1 in int"
|
||||
image:
|
||||
repository: nginx
|
||||
tag: stable
|
||||
pullPolicy: IfNotPresent
|
||||
service:
|
||||
name: svc-1 # 🟡 OPTIONAL: if your chart supports it
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
0
env-sets/prod/services/svc-1.yaml
Normal file
0
env-sets/prod/services/svc-1.yaml
Normal file
Loading…
x
Reference in New Issue
Block a user