40 lines
743 B
YAML
40 lines
743 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: ecodms/allinone-18.09
|
|
tag: latest@sha256:3530bbaf5001943acc47b888b78a41e78386368ca2c2738ab6fdc25b8a8bb206
|
|
persistence:
|
|
backuppath:
|
|
enabled: true
|
|
mountPath: /srv/backup
|
|
data:
|
|
enabled: true
|
|
mountPath: /srv/data
|
|
restorepath:
|
|
enabled: true
|
|
mountPath: /srv/restore
|
|
scaninputpath:
|
|
enabled: true
|
|
mountPath: /srv/scaninput
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
probes:
|
|
liveness:
|
|
enabled: false
|
|
readiness:
|
|
enabled: false
|
|
startup:
|
|
enabled: false
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
enabled: false
|
|
ports:
|
|
main:
|
|
enabled: false
|
|
portal:
|
|
enabled: false
|