catalog/incubator/photoshow/0.0.3/test_values.yaml

39 lines
661 B
YAML
Raw Normal View History

image:
repository: ghcr.io/linuxserver/photoshow
pullPolicy: IfNotPresent
tag: version-48aabb98@sha256:2ff8323e869f68102db4750268d90461f09358e312189cbd92ba6576c31f8ae7
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