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