TrueChartsClone/charts/incubator/webtop/values.yaml

31 lines
547 B
YAML

env:
KEYBOARD: ""
SUBFOLDER: ""
UMASK: ""
image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/webtop
tag: latest
persistence:
config:
enabled: true
mountPath: /config
pathvarrundocker-sock:
enabled: true
mountPath: /var/run/docker.sock
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
enabled: true
ports:
main:
enabled: true
port: 3000
protocol: TCP
targetPort: 3000