Skip to content

Commit

Permalink
Update daprdocs/content/en/reference/components-reference/supported-s…
Browse files Browse the repository at this point in the history
…tate-stores/setup-mongodb.md

Signed-off-by: Mark Fussell <[email protected]>
  • Loading branch information
msfussell committed Feb 2, 2024
1 parent 6f7727c commit f36672f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ In order to use the MongoDB state store for transactions and as an actor state s

{{% codetab %}}
You can conveniently install MongoDB on Kubernetes using the [Helm chart packaged by Bitnami](https://github.com/bitnami/charts/tree/main/bitnami/mongodb/). Refer to the documentation for the Helm chart for deploying MongoDB, both as a standalone server, and with a Replica Set (required for using transactions and actors).
This installs MongoDB into the `default` namespace.
To interact with MongoDB, find the service with: `kubectl get svc mongo-mongodb`.
For example, if installing using the Helm defaults above, the MongoDB host address would be:
`mongo-mongodb.default.svc.cluster.local:27017`
Follow the on-screen instructions to get the root password for MongoDB.
The username is typically `admin` by default.
{{% /codetab %}}

{{< /tabs >}}
Expand Down

0 comments on commit f36672f

Please sign in to comment.