38 lines
593 B
YAML
38 lines
593 B
YAML
image:
|
|
repository: tccr.io/truecharts/code-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.8.3@sha256:a2632bbe0faf232c5d599c5d41bf10869b271640094b14f7a7b1595019b002d0
|
|
|
|
args:
|
|
- --user-data-dir
|
|
- "/config/.vscode"
|
|
- --auth
|
|
- none
|
|
|
|
env:
|
|
PROXY_DOMAIN: ""
|
|
|
|
securityContext:
|
|
readOnlyRootFilesystem: false
|
|
allowPrivilegeEscalation: true
|
|
runAsNonRoot: false
|
|
|
|
podSecurityContext:
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10063
|
|
targetPort: 8080
|
|
|
|
persistence:
|
|
config:
|
|
enabled: true
|
|
mountPath: "/config"
|
|
|
|
portal:
|
|
enabled: true
|