Files
catalog/stable/code-server/4.0.46/ix_values.yaml
TrueCharts-Bot 9d5fb65793 Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-10-27 05:27:55 +00:00

38 lines
593 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: 4.8.0@sha256:3186e733b180f882b960785efdcacd2631bd32ed3e43deb62ff81044ef297f46
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