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