Files
truecharts/charts/stable/code-server/values.yaml
renovate[bot] 6c6fa135e1 chore(deps): update docker general non-major (#1895)
* chore(deps): update docker general non-major

* Commit bumped App Version

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
2022-02-14 12:39:19 +01:00

30 lines
519 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: v4.0.2@sha256:f97835402cf3006fcffb9e3a5cb64df8e78aa41ef4ba50a3158c9422229d2f7e
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"