Files
truecharts/charts/stable/code-server/values.yaml
T

45 lines
945 B
YAML

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