This code-server image allows you to quickly build the development environment for COSMO development.
Simply launch this code-server image and clone the cosmo repository, then you can develop, test and build COSMO projects.
helm repo add cosmo https://cosmo-workspace.github.io/charts
helm upgrade --install -n cosmo-dev --create-namespace code-server cosmo/dev-code-server \
--set service.type=LoadBalancer \
--set image.tag=v0.0.2-4.13.0
You can change install options for example using Ingress on your cluster.
Please see values.yaml
for all of the available install options.