46 lines
1015 B
YAML
46 lines
1015 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: oci.trueforge.org/containerforge/code-server
|
|
pullPolicy: IfNotPresent
|
|
tag: "4.105.1@sha256:1b8b46c4b2407b6e6d03b268809a878d5f25d744167d62eb9b5f33e0ab3d3a0a"
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
allowPrivilegeEscalation: true
|
|
runAsNonRoot: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10063
|
|
protocol: http
|
|
targetPort: 8443
|
|
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
|