image: repository: tccr.io/truecharts/code-server pullPolicy: IfNotPresent tag: v4.1.0@sha256:f96a1fab826dda8f8e0c2050baafe2572c13b2502ac80c412e9bed2171f9869e args: - --user-data-dir - "/config/.vscode" - --auth - none env: {} # PROXY_DOMAIN: code-server.my.domain securityContext: readOnlyRootFilesystem: false allowPrivilegeEscalation: true service: main: ports: main: port: 10063 targetPort: 8080 persistence: config: enabled: true mountPath: "/config"