34 lines
526 B
YAML
34 lines
526 B
YAML
# Default values for Organizr.
|
|
|
|
image:
|
|
repository: organizr/organizr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:0e23a5b4258b8e926f85370f6b19309bda919f413e321cbe6c03182cbdc4a7ee
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 80
|
|
|
|
env: {}
|
|
# TZ: UTC
|
|
# PUID: 1001
|
|
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
type: pvc
|
|
accessMode: ReadWriteOnce
|
|
size: "100Gi"
|