TrueChartsClone/charts/stable/photostructure/values.yaml

46 lines
828 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/photostructure
tag: v2.1.0@sha256:0c75885bdbb8bd64826af1ad36c12b3533aa6317cfbad2be4c5205368014ad80
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsGroup: 0
runAsUser: 0
service:
main:
ports:
main:
protocol: http
port: 1787
workload:
main:
podSpec:
containers:
main:
env:
PS_HTTP_PORT: "{{ .Values.service.main.ports.main.port }}"
PS_LOG_LEVEL: "error"
persistence:
config:
enabled: true
mountPath: /ps/config
library:
enabled: true
mountPath: /ps/library
logs:
enabled: true
mountPath: /ps/logs
tempscratchdisk:
enabled: true
mountPath: /ps/tmp
portal:
open:
enabled: true