Skip to content

Ubivius/deploy-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deploy-MongoDB

A database used by the microservices' platform

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

Get Repo Info

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm repo update

Installing the Chart

To install the chart with the release name mongodb:

$ helm install mongodb --version <version> bitnami/mongodb -f values.yaml
$ kubectl apply -f configmap.yaml

Uninstalling the Chart

To uninstall/delete the mongodb deployment:

$ helm delete mongodb

The command removes all the Kubernetes components associated with the chart and deletes the release.

About

MongoDB deployment charts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages