Skip to content

Commit f36672f

Browse files
authored
Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md
Signed-off-by: Mark Fussell <[email protected]>
1 parent 6f7727c commit f36672f

File tree

1 file changed

+6
-0
lines changed
  • daprdocs/content/en/reference/components-reference/supported-state-stores

1 file changed

+6
-0
lines changed

daprdocs/content/en/reference/components-reference/supported-state-stores/setup-mongodb.md

+6
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ In order to use the MongoDB state store for transactions and as an actor state s
9595

9696
{{% codetab %}}
9797
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).
98+
This installs MongoDB into the `default` namespace.
99+
To interact with MongoDB, find the service with: `kubectl get svc mongo-mongodb`.
100+
For example, if installing using the Helm defaults above, the MongoDB host address would be:
101+
`mongo-mongodb.default.svc.cluster.local:27017`
102+
Follow the on-screen instructions to get the root password for MongoDB.
103+
The username is typically `admin` by default.
98104
{{% /codetab %}}
99105

100106
{{< /tabs >}}

0 commit comments

Comments
 (0)