helm-charts/charts/other/common-chart/ci/basic-values.yaml
Bᴇʀɴᴅ Sᴄʜᴏʀɢᴇʀs a1a80f5ff5
feat(common)!: Migrate library chart
2022-08-07 11:45:41 +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