See the developing helm chart docs for more info on the contents of this folder.
- BinderHub repository: https://github.com/jupyterhub/binderhub
- BinderHub Helm chart: https://jupyterhub.github.io/helm-chart/
ingress-nginx
Helm chart: https://github.com/kubernetes/ingress-nginx
To install the chart:
cd hub23-chart && helm dependency update && cd ..
helm install hub23-chart --name=hub23 --namespace=hub23 -f deploy/prod.yaml -f .secret/prod.yaml
To package the chart:
helm package hub23-chart