helm-charts/charts/other/app-template/ci/basic-values.yaml
2022-08-08 15:05:46 +02:00

22 lines
268 B
YAML

image:
repository: b4bz/homer
tag: latest
pullPolicy: IfNotPresent
service:
main:
ports:
http:
port: 8080
ingress:
main:
enabled: true
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true