Files
catalog/stable/code-server/2.1.29/ix_values.yaml
TrueCharts-Bot f2c1b20a38 Commit new App releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-03-02 12:52:03 +00:00

30 lines
519 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: v4.0.2@sha256:7c5ad7103055cb743b1f3647fcb2b2517d6ef6772a11d9c53443a056c2ea8002
args:
- --user-data-dir
- "/config/.vscode"
- --auth
- none
env: {}
# PROXY_DOMAIN: code-server.my.domain
securityContext:
readOnlyRootFilesystem: false
allowPrivilegeEscalation: true
service:
main:
ports:
main:
port: 10063
targetPort: 8080
persistence:
config:
enabled: true
mountPath: "/config"