mirror of https://github.com/dapr/java-sdk.git
17 lines
386 B
YAML
17 lines
386 B
YAML
apiVersion: dapr.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: mysql-actorstatestore
|
|
spec:
|
|
type: state.mysql
|
|
version: v1
|
|
metadata:
|
|
- name: connectionString
|
|
value: "root:test@tcp(127.0.0.1:3306)/?allowNativePasswords=true"
|
|
- name: cleanupIntervalInSeconds
|
|
value: "1"
|
|
- name: actorStateStore
|
|
value: "true"
|
|
scopes:
|
|
- actorstateit-statefulactorservice
|