mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-18 06:40:20 +08:00
Co-authored-by: Troy Prelog <tprelog@users.noreply.github.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
35 lines
473 B
YAML
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
|