TrueChartsClone/charts/stable/htpcmanager/values.yaml

26 lines
505 B
YAML

image:
repository: tccr.io/truecharts/htpcmanager
pullPolicy: IfNotPresent
tag: v2021.11.17@sha256:3f167c4321214b0ed00e2f1f1ca7d5990671e44bc06c2ed5ec4901e755187ccd
service:
main:
ports:
main:
targetPort: 8085
port: 8085
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0