Files
truecharts/charts/stable/openvscode-server/values.yaml
T
TrueCharts Bot 59ba04b1b0 chore(deps): update docker general non-major (#2744)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-05-24 20:18:58 +02:00

33 lines
525 B
YAML

image:
repository: tccr.io/truecharts/openvscode-server
pullPolicy: IfNotPresent
tag: v1.67.2
# portal:
# path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}"
securityContext:
runAsNonRoot: false
readOnlyRootFilesystem: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
secret: {}
# CONNECTION_TOKEN: "somerandomstring"
service:
main:
ports:
main:
targetPort: 3000
port: 10135
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true