30 lines
563 B
YAML
30 lines
563 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: webreaper/damselfly
|
||
|
tag: latest@sha256:2956232de5b9a08aa57b7c553ad5cffa371e578676b5d64850339f6968140b07
|
||
|
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
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 6363
|
||
|
protocol: tcp
|
||
|
targetPort: 6363
|