Files
catalog/stable/code-server/8.0.12/ix_values.yaml
TrueCharts-Bot b68483a807 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2023-11-17 10:34:06 +00:00

48 lines
979 B
YAML

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