Files
library-charts/library/common-test/ci/basic-values.yaml
Kjeld Schouten-Lebbing da3e2d2de9 Common Refactor
2023-01-16 17:03:31 +01:00

24 lines
288 B
YAML

image:
repository: traefik/whoami
pullPolicy: IfNotPresent
tag: latest
service:
main:
ports:
main:
protocol: HTTP
port: 8080
args:
- --port
- "8080"
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true