35 lines
668 B
YAML
35 lines
668 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/jelu
|
|
tag: latest@sha256:1c6bfa66e31adb5dd9dc42d686f712a7f9b73a6c030c748d80ba11b519f16a10
|
|
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
|