Files
truecharts/charts/incubator/photostructure/values.yaml
T
Stavros KoisandGitHub 9056d3c8f7 fix(incubator): some cleanup (#3586)
* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
2022-08-27 02:12:33 +03:00

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