Files
charts/library/common-test/ci/basic-values.yaml
T
2023-02-13 13:50:26 +02:00

28 lines
446 B
YAML

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