catalog/stable/openvscode-server/6.0.21/ix_values.yaml

30 lines
610 B
YAML

image:
repository: ghcr.io/linuxserver/openvscode-server
pullPolicy: IfNotPresent
tag: 1.84.0@sha256:75198814dc3454922649c1b0db51ac272d8684c23da25b1254c945e82599834b
# secretEnv:
# CONNECTION_TOKEN: "somerandomstring"
# CONNECTION_SECRET: ""
# SUDO_PASSWORD: ""
service:
main:
ports:
main:
targetPort: 3000
port: 10135
persistence:
config:
enabled: true
mountPath: "/config"
varrun:
enabled: true
portal:
open:
enabled: true
securityContext:
container:
runAsNonRoot: false
readOnlyRootFilesystem: false
runAsUser: 0
runAsGroup: 0