Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 866 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 866 Bytes

Helm chart for MongoDB Community

This Helm chart will install the community version of MongoDB databases on a Kubernetes cluster. It is based on the official charts (code).

Quick start

  • Add Helm repositories
helm repo add devpro https://devpro.github.io/helm-charts
helm repo update
  • Initiate values_mine.yaml from values.yaml and configure the database(s) to be created

  • Install MongoDB Community Operator and create databases

helm upgrade --install mongodb-community devpro/mongodb-community -f values_mine.yaml --namespace mongodb
  • Clean-up
helm uninstall mongodb-community -n mongodb
kubectl delete ns mongodb

Going further

Look at the Contributing page.