37 lines
691 B
YAML
37 lines
691 B
YAML
env:
|
|
PS_LOG_LEVEL: ""
|
|
UMASK: ""
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/photostructure
|
|
tag: vstable@sha256:60d2f7530872c7b65a126221e59d16e356e269dce2ca68a3c3f4f0c3f46ff3bf
|
|
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
|
|
podSecurityContext:
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 1787
|
|
protocol: TCP
|
|
targetPort: 1787
|
|
|
|
portal:
|
|
enabled: true
|