A database used by the microservices' platform
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- mongoDB · bitnami/mongodb (https://artifacthub.io/packages/helm/bitnami/mongodb)
Once Helm is set up properly, add the repo as follows:
$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm repo update
To install the chart with the release name mongodb
:
$ helm install mongodb --version <version> bitnami/mongodb -f values.yaml
$ kubectl apply -f configmap.yaml
To uninstall/delete the mongodb deployment:
$ helm delete mongodb
The command removes all the Kubernetes components associated with the chart and deletes the release.