some common-test polish

This commit is contained in:
Kjeld Schouten
2024-10-19 20:21:36 +02:00
parent a3b6a3ca95
commit 7ee8e92c69
238 changed files with 5 additions and 4 deletions
@@ -0,0 +1,49 @@
service:
main:
enabled: true
ports:
main:
enabled: true
protocol: http
port: 8080
workload:
main:
enabled: true
podSpec:
containers:
main:
enabled: true
args:
- --port
- "8080"
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true
additionalContainers:
some-name:
imageSelector: image
args:
- --port
- "8081"
probes:
liveness:
enabled: true
port: 8081
type: http
path: /
readiness:
enabled: true
port: 8081
type: http
path: /
startup:
enabled: true
port: 8081
type: http
path: /