TrueChartsClone/charts/incubator/jelu/values.yaml

37 lines
708 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/jelu
tag: latest@sha256:f84dbb23e59d954d4f4659816f935de71a538da1f5d2b6cb3b297286bec9d59b
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:
enabled: true
ports:
main:
enabled: true
port: 11111
protocol: TCP
targetPort: 11111
portal:
enabled: true