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