fix api-url
This commit is contained in:
parent
2d2c5decce
commit
3d8954aa00
9
env-sets/dev/services/svc-1/check.yaml
Normal file
9
env-sets/dev/services/svc-1/check.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/check.yaml
Normal file
9
env-sets/dev/services/svc-2/check.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
|
||||
Loading…
x
Reference in New Issue
Block a user