32 lines
594 B
YAML
32 lines
594 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/damselfly
|
|
tag: latest@sha256:413c5fddf4eec034a0317ddf7a14e5d39e1ac87d6504a7c06fcba09997acf85f
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
pictures:
|
|
enabled: true
|
|
mountPath: /pictures
|
|
thumbs:
|
|
enabled: true
|
|
mountPath: /thumbs
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 6363
|
|
protocol: TCP
|
|
targetPort: 6363
|
|
|
|
portal:
|
|
enabled: true
|