catalog/stable/webtop/3.0.2/ix_values.yaml

33 lines
555 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/webtop
tag: latest@sha256:fc97fe36c6f312f77bf9a53cadd19e2bfb7722b0b2a79b0d02f17c6a0c581923
env:
KEYBOARD: ""
SUBFOLDER: ""
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
podSecurityContext:
runAsGroup: 0
runAsUser: 0
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
service:
main:
ports:
main:
port: 33000
protocol: HTTP
persistence:
config:
enabled: true
mountPath: /config
portal:
enabled: true