Co-authored-by: Troy Prelog <tprelog@users.noreply.github.com> Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
43 lines
634 B
YAML
43 lines
634 B
YAML
image:
|
|
repository: b4bz/homer
|
|
tag: latest
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
port:
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
|
|
appIngressEnabled: true
|
|
appIngress:
|
|
main:
|
|
enabled: true
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
emptyDir: true
|
|
mountPath: /www/assets
|
|
|
|
appVolumesEnabled: false
|
|
appVolumeMounts:
|
|
data:
|
|
enabled: true
|
|
emptyDir: true
|
|
datasetName: "data"
|
|
mountPath: "/data"
|
|
hostPathEnabled: false
|
|
hostPath: ""
|
|
|
|
addons:
|
|
codeserver:
|
|
enabled: true
|
|
workingDir: "/www/assets"
|
|
ingress:
|
|
enabled: true
|
|
volumeMounts:
|
|
- name: config
|
|
mountPath: /www/assets
|