Files
truecharts/charts/stable/code-server/values.yaml
T
Kjeld Schouten-Lebbing 097783bc24 feat(code-server): enable persistence and disable password (#1483)
* feat(code-server): enable persistence and allow both password and no-password setups

* more fixes

* test something

* allow privilage escalation

* reverse

* just dont use password for codeserver (folks should use authelia)

* fix securityContext

* lint

* rorfs
2021-12-07 13:58:50 +01:00

30 lines
520 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: v3.12.0@sha256:2853a8bdd8eed9c09bcd4b100b9d4be20c42a307b9d1cbae1a204276e948f9ce
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"