mirror of https://github.com/dapr/java-sdk.git
17 lines
330 B
YAML
17 lines
330 B
YAML
apiVersion: dapr.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: mongo-statestore
|
|
spec:
|
|
type: state.mongodb
|
|
version: v1
|
|
metadata:
|
|
- name: host
|
|
value: localhost:27017
|
|
- name: databaseName
|
|
value: local
|
|
- name: collectionName
|
|
value: testCollection
|
|
scopes:
|
|
- grpcstateclientit
|
|
- httpstateclientit |