28 lines
480 B
YAML
28 lines
480 B
YAML
image:
|
|
repository: tccr.io/truecharts/organizr
|
|
pullPolicy: Always
|
|
tag: latest@sha256:545941f882098256a41f81f75fab9bb84f331e32f6836877e51799b1244b7c3e
|
|
|
|
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"
|