Helm Chart for deploying NBGallery to a Kubernetes Cluster
Configure a secret such as
kubectl --namespace nbgallery create secret generic mysql-password \
--from-literal=mysql-password=${MYSQL_PASSWORD} \
--from-literal=mysql-root-password=${MYSQL_ROOT_PASSWORD}
Clone the repo, and then run
helm install nbgallery .
And nbgallery will be deployed on your kubernetes cluster.