TrueChartsClone/charts/incubator/jelu/values.yaml

37 lines
708 B
YAML

env: {}
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/jelu
tag: latest@sha256:fe81e80a231c34fd6e741b5413dddeaec3e9596367931dd4fd5c50aa693a047d
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