Files
truecharts/charts/stable/photoshow/values.yaml
T
60aa03a510 chore(deps): update non-major (#1263)
* chore(deps): update non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2021-11-01 13:44:28 +01:00

39 lines
661 B
YAML

image:
repository: ghcr.io/linuxserver/photoshow
pullPolicy: IfNotPresent
tag: version-48aabb98@sha256:dc926bce9cdfb75462bd1c86c7c27be8287ec125725a6de46502184298668e88
env:
PUID: 568
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 80
persistence:
config:
enabled: true
mountPath: /config
pictures:
enabled: true
mountPath: /Pictures
accessMode: ReadWriteOnce
size: 1Gi
thumbs:
enabled: true
mountPath: /Thumbs
accessMode: ReadWriteOnce
size: 1Gi
varrun:
enabled: true