Skip to content

nbgallery/nbgallery-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nbgallery-helm

Helm Chart for deploying NBGallery to a Kubernetes Cluster

Installation

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.

About

Helm Chart for deploying NBGallery to a Kubernetes Cluster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published