2023-04-11 10:15:00 +00:00
|
|
|
image:
|
|
|
|
repository: tccr.io/truecharts/code-server
|
|
|
|
pullPolicy: IfNotPresent
|
2023-05-21 09:52:45 +00:00
|
|
|
tag: v4.13.0@sha256:3eae79348586a725993cc26bc71b5ba20736f93e78f735e8c51fa63e75f5fcae
|
2023-04-11 10:15:00 +00:00
|
|
|
|
|
|
|
securityContext:
|
|
|
|
container:
|
|
|
|
readOnlyRootFilesystem: false
|
|
|
|
allowPrivilegeEscalation: true
|
|
|
|
runAsNonRoot: false
|
|
|
|
runAsUser: 0
|
|
|
|
runAsGroup: 0
|
|
|
|
|
|
|
|
service:
|
|
|
|
main:
|
|
|
|
ports:
|
|
|
|
main:
|
|
|
|
port: 10063
|
|
|
|
protocol: http
|
|
|
|
targetPort: 8080
|
|
|
|
|
|
|
|
workload:
|
|
|
|
main:
|
|
|
|
podSpec:
|
|
|
|
containers:
|
|
|
|
main:
|
|
|
|
probes:
|
|
|
|
liveness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
readiness:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
startup:
|
|
|
|
type: http
|
|
|
|
path: /
|
|
|
|
env:
|
|
|
|
PROXY_DOMAIN: ""
|
|
|
|
args:
|
|
|
|
- --user-data-dir
|
|
|
|
- "/config/.vscode"
|
|
|
|
- --auth
|
|
|
|
- none
|
|
|
|
|
|
|
|
persistence:
|
|
|
|
config:
|
|
|
|
enabled: true
|
|
|
|
mountPath: /config
|
|
|
|
|
|
|
|
portal:
|
|
|
|
open:
|
|
|
|
enabled: true
|