30 lines
563 B
YAML
30 lines
563 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: webreaper/damselfly
|
|
tag: latest@sha256:f16e5199bc0303599bd7bf5694757d656ab071ad19c850c178ef5c37818c14c9
|
|
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
|