33 lines
636 B
YAML
33 lines
636 B
YAML
|
image:
|
||
|
pullPolicy: IfNotPresent
|
||
|
repository: wabayang/jelu
|
||
|
tag: latest@sha256:5cd8181b92ed9fdc7c552409ee369b21b3b8b14230d1b2395a23f4324cb967c1
|
||
|
persistence:
|
||
|
config:
|
||
|
enabled: true
|
||
|
mountPath: /config
|
||
|
databasepath:
|
||
|
enabled: true
|
||
|
mountPath: /database
|
||
|
imagespath:
|
||
|
enabled: true
|
||
|
mountPath: /files/images
|
||
|
importspath:
|
||
|
enabled: true
|
||
|
mountPath: /files/imports
|
||
|
portal:
|
||
|
open:
|
||
|
enabled: true
|
||
|
securityContext:
|
||
|
container:
|
||
|
readOnlyRootFilesystem: false
|
||
|
runAsGroup: 0
|
||
|
runAsUser: 0
|
||
|
service:
|
||
|
main:
|
||
|
ports:
|
||
|
main:
|
||
|
port: 11111
|
||
|
protocol: tcp
|
||
|
targetPort: 11111
|