Files
charts/library/common-test/ci/basic-values.yaml
kjeld Schouten-Lebbing 50d1f93e12 Add Initial BETA Test release of the Common Chart and testing environment
Co-authored-by: Troy Prelog <tprelog@users.noreply.github.com>
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
2021-02-05 21:17:06 +01:00

35 lines
473 B
YAML

image:
repository: b4bz/homer
tag: latest
pullPolicy: IfNotPresent
service:
port:
port: 8080
ingress:
enabled: true
appIngressEnabled: true
appIngress:
main:
enabled: true
appVolumesEnabled: false
appVolumeMounts:
data:
enabled: true
emptyDir: true
datasetName: "data"
mountPath: "/data"
hostPathEnabled: false
hostPath: ""
probes:
liveness:
enabled: true
readiness:
enabled: true
startup:
enabled: true