TrueChartsClone/charts/incubator/jelu/values.yaml

34 lines
683 B
YAML
Raw Normal View History

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