image: repository: tccr.io/truecharts/openvscode-server pullPolicy: IfNotPresent tag: v1.78.1@sha256:3248ef1a2b7c9a5deeccc103761b0b0a4aed0fb0d9f8914649197c04e5110b25 # 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