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