Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

code-server

VS Code running on a remote server, accessible through the browser

Source Code: https://github.com/linuxserver/docker-code-server Chart: https://bjw-s-labs.github.io/helm-charts/docs/app-template/

Installing/upgrading

# Register / update the Application resource
kubectl apply -f application.yaml

# Then sync the workload - via ArgoCD UI or:
argocd app sync code-server

Manual Helm (without ArgoCD)

kubectl apply -f config
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts
helm repo update bjw-s
helm upgrade --install code-server bjw-s/app-template -f values.yaml

Storage

source container path type description
/var/local/code-server /config hostPath Application configuration
/var/local /var/local hostPath Access to all local data