Files
truecharts/charts/stable/code-server/values.yaml
TrueCharts Bot 9e435770df chore(deps): update docker general non-major (#3660)
* chore(deps): update docker general non-major

* Commit bumped Chart Version

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

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
2022-09-02 11:42:14 +02:00

38 lines
593 B
YAML

image:
repository: tccr.io/truecharts/code-server
pullPolicy: IfNotPresent
tag: 4.6.1@sha256:50fe4d2604da5c4e2e0e5422a091282c78ca17f3a085bb5d6026f150f2e3b31c
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