TrueChartsClone/charts/stable/papermerge/values.yaml

41 lines
818 B
YAML

image:
repository: tccr.io/truecharts/papermerge
pullPolicy: IfNotPresent
tag: v2.1.9@sha256:b87fe0209a685badebab23d678ea8c9a5aba799df413c73f3c4ad40ade629574
service:
main:
ports:
main:
targetPort: 8000
port: 10141
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
redis:
enabled: true
redisUsername: papermerge
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0
workload:
main:
podSpec:
containers:
main:
env:
REDIS_URL:
secretKeyRef:
expandObjectName: false
name: '{{ printf "%s-%s" .Release.Name "rediscreds" }}'
key: url