46 lines
823 B
YAML
46 lines
823 B
YAML
image:
|
|
repository: photostructure/server
|
|
tag: 2024.3.3-beta@sha256:0a6a78e8327ea8b3c98f155096f7dce15f01cec03522c21459e8c3afc6221218
|
|
pullPolicy: IfNotPresent
|
|
|
|
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
|