2022-11-15 00:14:12 +00:00
|
|
|
env: {}
|
|
|
|
image:
|
|
|
|
pullPolicy: IfNotPresent
|
|
|
|
repository: tccr.io/truecharts/jelu
|
2022-11-16 12:53:24 +00:00
|
|
|
tag: latest@sha256:a5b6cd67f057237b9b4609203b0ef1c326a1205aeda9b87a2fddd8cf195bcd9f
|
2022-11-15 00:14:12 +00:00
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
databasepath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /database
|
|
|
|
imagespath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /files/images
|
|
|
|
importspath:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /files/imports
|
|
|
|
podSecurityContext:
|
|
|
|
runAsGroup: 0
|
|
|
|
runAsUser: 0
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
runAsNonRoot: false
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 11111
|
|
|
|
protocol: TCP
|
|
|
|
targetPort: 11111
|
|
|
|
|
|
|
|
portal:
|
|
|
|
enabled: true
|