Files
truecharts/charts/stable/organizr/values.yaml
T
1b348172a2 chore(deps): update docker general non-major (#2641)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-09 09:29:00 +02:00

28 lines
480 B
YAML

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