# code-server¶
The VS Code running on a remote server, accessible through the browser.
This chart is not maintained by the upstream project and any issues with the chart should be raised here
Source Code¶
Requirements¶
Kubernetes: >=1.22.0-0
Dependencies¶
| Repository | Name | Version |
|---|---|---|
| https://bjw-s.github.io/helm-charts | common | 3.2.1 |
Installing the Chart¶
To install the chart with the release name code-server
OCI (Recommended)¶
Traditional¶
helm repo add 3dwardch3ng https://helm-charts.edward.sydney/
helm repo update
helm install code-server 3dwardch3ng/code-server
Uninstalling the Chart¶
To uninstall the code-server deployment
The command removes all the Kubernetes components associated with the chart including persistent volumes and deletes the release.
Configuration¶
Read through the values.yaml file. It has several commented out suggested values. Other values may be used from the values.yaml from the bjw-s common library.
Specify each parameter using the --set key=value[,key=value] argument to helm install.
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.
Custom configuration¶
N/A
Values¶
Important: When deploying an application Helm chart you can add more values from the bjw-s common library chart here
| Key | Type | Default | Description |
|---|---|---|---|
| environment.DEFAULT_WORKSPACE | string | "/config/workspace" | |
| environment.PGID | int | 1000 | |
| environment.PUID | int | 1000 | |
| environment.TZ | string | "Etc/UTC" | |
| environment.name | string | "default" | |
| image.pullPolicy | string | "IfNotPresent" | image pull policy |
| image.repository | string | "lscr.io/linuxserver/code-server" | image repository |
| image.tag | string | "4.89.1-ls214" | image tag |
| server.httpNodePort | int | 8443 | |
| server.serviceType | string | "NodePort" | |
| volumeMounts[0].mountPath | string | "/config" | |
| volumeMounts[0].name | string | "config" | |
| volumes[0].hostPath.path | string | "/config" | |
| volumes[0].hostPath.type | string | "Directory" | |
| volumes[0].name | string | "config" |
Autogenerated from chart metadata using helm-docs