Files
truecharts/charts/stable/webtop/values.yaml
T
TrueCharts Bot 461d526868 chore(deps): update container image tccr.io/truecharts/webtop to latest (#5355)
* Update container image tccr.io/truecharts/webtop to latest

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

* update

* Commit bumped Chart Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2022-12-18 02:11:36 +02:00

32 lines
539 B
YAML

image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/webtop
tag: latest@sha256:57ad1e49112fece3e8d10a1cd40a0d7b3650022b787993f76013eb21216efe29
env:
KEYBOARD: ""
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