34 lines
657 B
YAML
34 lines
657 B
YAML
env: {}
|
|
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: wabayang/jelu
|
|
tag: latest@sha256:b1c89566ebe089b9ee4e2d845906ba44e1347a694a6ea9e047f94793762cbe1d
|
|
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
|