TrueChartsClone/charts/stable/mylar/values.yaml

26 lines
495 B
YAML

image:
repository: tccr.io/truecharts/mylar3
tag: v0.7.5@sha256:9e0ed294cac0d619697d8c9cc13668fa37f8a24709a728587e8a147f63a8348b
pullPolicy: IfNotPresent
service:
main:
ports:
main:
port: 8090
targetPort: 8090
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0