2023-04-14 16:15:51 +00:00
|
|
|
image:
|
2023-06-11 07:44:36 +00:00
|
|
|
repository: tccr.io/truecharts/organizr
|
|
|
|
pullPolicy: Always
|
|
|
|
tag: latest@sha256:aa4357e9fdd9d1c2fc887fb2b06be0daf58149495733810964363d295caec647
|
2023-04-14 16:15:51 +00:00
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2023-06-11 07:44:36 +00:00
|
|
|
port: 10022
|
2023-04-14 16:15:51 +00:00
|
|
|
targetPort: 80
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: "/config"
|
2023-06-11 07:44:36 +00:00
|
|
|
data:
|
2023-04-14 16:15:51 +00:00
|
|
|
enabled: true
|
2023-06-11 07:44:36 +00:00
|
|
|
mountPath: "/data"
|
2023-04-14 16:15:51 +00:00
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|