33 lines
555 B
YAML
33 lines
555 B
YAML
image:
|
|
pullPolicy: IfNotPresent
|
|
repository: tccr.io/truecharts/webtop
|
|
tag: latest@sha256:b0cafd735b596c8b3830fe7cd2f6d13e79f4c1e8ac8fde2f11cd702eae8ebcae
|
|
|
|
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
|