TrueChartsClone/charts/stable/mylar/values.yaml

26 lines
495 B
YAML

image:
repository: tccr.io/truecharts/mylar3
tag: v0.7.2@sha256:c17ee6ecd4b41e7f65416381f1e599bc3525fe6520bab18db5d5851148680988
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