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

45 lines
962 B
YAML

image:
repository: oci.trueforge.org/containerforge/code-server
pullPolicy: IfNotPresent
tag: "4.105.1@sha256:9f3ae484f0ae8dc1fa39671d6db724540253656f16c9c70a1f32534340f10c30"
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