2021-10-25 12:19:09 +00:00
|
|
|
image:
|
2021-12-03 15:44:22 +00:00
|
|
|
repository: tccr.io/truecharts/code-server
|
2021-10-25 12:19:09 +00:00
|
|
|
pullPolicy: IfNotPresent
|
2022-01-31 21:41:05 +00:00
|
|
|
tag: v4.0.2@sha256:48e7660ccfdc3cadc7f1a952cbb241d96412f79a7154ceb77b70bbc38484f224
|
2021-10-25 12:19:09 +00:00
|
|
|
|
2021-12-07 13:02:28 +00:00
|
|
|
args:
|
|
|
|
- --user-data-dir
|
|
|
|
- "/config/.vscode"
|
|
|
|
- --auth
|
|
|
|
- none
|
2021-10-25 12:19:09 +00:00
|
|
|
|
2021-12-07 13:02:28 +00:00
|
|
|
env: {}
|
2021-10-25 12:19:09 +00:00
|
|
|
# PROXY_DOMAIN: code-server.my.domain
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
readOnlyRootFilesystem: false
|
2021-12-07 13:02:28 +00:00
|
|
|
allowPrivilegeEscalation: true
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
2021-11-30 13:04:19 +00:00
|
|
|
port: 10063
|
2021-12-04 20:11:53 +00:00
|
|
|
targetPort: 8080
|
2021-10-25 12:19:09 +00:00
|
|
|
|
|
|
|
persistence:
|
2021-12-07 13:02:28 +00:00
|
|
|
config:
|
2021-10-25 12:19:09 +00:00
|
|
|
enabled: true
|
2021-12-07 13:02:28 +00:00
|
|
|
mountPath: "/config"
|