30 lines
519 B
YAML
30 lines
519 B
YAML
image:
|
|
repository: tccr.io/truecharts/code-server
|
|
pullPolicy: IfNotPresent
|
|
tag: v4.0.2@sha256:f97835402cf3006fcffb9e3a5cb64df8e78aa41ef4ba50a3158c9422229d2f7e
|
|
|
|
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"
|