32 lines
591 B
YAML
32 lines
591 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/fotosho
|
|
tag: latest@sha256:43f0b6e33cf9924f9523c28f8bddf80f6ef83e340cee2d4dbdf1eae99d8682c8
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: /config
|
|
photos:
|
|
enabled: true
|
|
mountPath: /photos
|
|
thumbs:
|
|
enabled: true
|
|
mountPath: /thumbnails
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 13377
|
|
protocol: TCP
|
|
targetPort: 80
|
|
|
|
portal:
|
|
enabled: true
|