Files
truecharts/charts/incubator/piwigo/values.yaml
T
c314d2ec7b feat(piwigo): Add persistance for Gallery dir (#4116)
* feat(piwigo): Add persistance for Gallery dir

* adjust

* whoop

* ,

Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-10-17 08:53:40 +03:00

35 lines
579 B
YAML

image:
repository: tccr.io/truecharts/piwigo
pullPolicy: IfNotPresent
tag: version-11.5.0@sha256:8f8bb5d28b930edfded154d71dd2eab4ffe5631d2e4f21773bf33b220ab76f05
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
targetPort: 80
port: 10027
persistence:
config:
enabled: true
mountPath: /config
size: 256Gi
gallery:
enabled: true
mountPath: /gallery
size: 256Gi
varrun:
enabled: true
portal:
enabled: true