Files
truecharts/charts/stable/openvscode-server/values.yaml
T
3ff538a498 chore(deps): update docker general non-major (#1876)
* chore(deps): update docker general non-major

* Commit bumped App Version

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

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-10 17:15:40 +01:00

36 lines
534 B
YAML

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