image: repository: docker.io/codercom/code-server pullPolicy: IfNotPresent tag: 4.92.2@sha256:f32cfa5e7cc768f60969f1d2183fc4c7aa093b80b93c365535e83f79ccf004f2 securityContext: container: readOnlyRootFilesystem: false allowPrivilegeEscalation: true runAsNonRoot: false runAsUser: 0 runAsGroup: 0 service: main: ports: main: port: 10063 protocol: http targetPort: 8080 workload: main: podSpec: containers: main: probes: liveness: type: http path: / readiness: type: http path: / startup: type: http path: / env: PROXY_DOMAIN: "" args: - --user-data-dir - "/config/.vscode" - --auth - none persistence: config: enabled: true mountPath: /config portal: open: enabled: true