43 lines
851 B
YAML
43 lines
851 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/photostructure/server
|
|
tag: 2026.4.6-beta@sha256:87f6b00add3507fdb912db56cbae24e730d5c542daf98e45a42ee0f1abd29d22
|
|
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
|