30 lines
577 B
YAML
30 lines
577 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:
|
|
enabled: true
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6363
|
|
protocol: TCP
|
|
targetPort: 6363
|