catalog/stable/code-server/12.1.3/ix_values.yaml

48 lines
979 B
YAML

image:
repository: docker.io/codercom/code-server
pullPolicy: IfNotPresent
tag: 4.89.1@sha256:01dfb4784e1deefe15c8d09930520bb7074e2feddbc5128e82a3e3ee57f6bcff
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