Files
catalog/stable/code-server/4.0.47/ix_values.yaml
TrueCharts-Bot 24c4e36b89 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-30 11:09:34 +00:00

38 lines
593 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: 4.8.1@sha256:90d177d75a17843f5604349ee2b537daeeb5cffa6346335ad7f802843e0f7fef
args:
- --user-data-dir
- "/config/.vscode"
- --auth
- none
env:
PROXY_DOMAIN: ""
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 10063
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/config"
portal:
enabled: true