TrueChartsClone/charts/stable/mylar/values.yaml

26 lines
495 B
YAML

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