TrueChartsClone/charts/incubator/damselfly/values.yaml

31 lines
587 B
YAML

image:
pullPolicy: IfNotPresent
repository: webreaper/damselfly
tag: latest@sha256:97fd947cd183dfd66090718c430364458c368022023daf1ee0c27a59e78f8f81
persistence:
config:
enabled: true
mountPath: /config
pictures:
enabled: true
mountPath: /pictures
thumbs:
enabled: true
mountPath: /thumbs
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsGroup: 0
runAsNonRoot: false
runAsUser: 0
service:
main:
ports:
main:
port: 6363
protocol: tcp
targetPort: 6363