38 lines
593 B
YAML
38 lines
593 B
YAML
image:
|
|
repository: tccr.io/truecharts/code-server
|
|
pullPolicy: IfNotPresent
|
|
tag: 4.9.0@sha256:d5d590f8ff16260dd1080934c09f08ab9b83a403af3e3d8de1d696f48020f121
|
|
|
|
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
|