TrueChartsClone/charts/stable/organizr/values.yaml

27 lines
511 B
YAML

image:
repository: tccr.io/truecharts/organizr
pullPolicy: Always
tag: latest@sha256:aa4357e9fdd9d1c2fc887fb2b06be0daf58149495733810964363d295caec647
service:
main:
ports:
main:
port: 10022
targetPort: 80
persistence:
config:
enabled: true
mountPath: "/config"
data:
enabled: true
mountPath: "/data"
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0