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