2022-03-03 23:48:24 +00:00
|
|
|
image:
|
2022-05-05 09:29:04 +00:00
|
|
|
repository: tccr.io/truecharts/organizr
|
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest@sha256:a9e2ff8b3ae72e1bcd8cc029ecfd6bd57a0eea07e6e817bfbb0f08528be882e9
|
2022-03-03 23:48:24 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
|
|
|
|
podSecurityContext:
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2022-05-05 09:29:04 +00:00
|
|
|
port: 10022
|
2022-03-03 23:48:24 +00:00
|
|
|
targetPort: 80
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2022-05-05 09:29:04 +00:00
|
|
|
data:
|
2022-03-03 23:48:24 +00:00
|
|
|
enabled: true
|
2022-05-05 09:29:04 +00:00
|
|
|
mountPath: "/data"
|