Skip to content

# code-server

code-server logo

Version: 1.0.3 Type: application AppVersion: 4.89.1-ls214

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

helm install code-server oci://ghcr.io/3dwardch3ng/helm-charts/code-server

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

helm uninstall code-server

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.

helm install code-server \
  --set env.TZ="America/New York" \
    3dwardch3ng/code-server

Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart.

helm install code-server 3dwardch3ng/code-server -f values.yaml

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