image: repository: tccr.io/truecharts/openvscode-server pullPolicy: IfNotPresent tag: 1.75.0@sha256:5d487f0b462666a44464857295dfbebf9d7a70b2207e0b908cc4d517a920233d # portal: # path: "/?tkn={{ .Values.secret.CONNECTION_TOKEN }}" securityContext: runAsNonRoot: false readOnlyRootFilesystem: false podSecurityContext: runAsUser: 0 runAsGroup: 0 # 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: enabled: true