TrueChartsCatalogClone/stable/code-server/2.1.19/ix_values.yaml

30 lines
519 B
YAML
Raw Normal View History

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