mirror of https://github.com/dapr/java-sdk.git
14 lines
325 B
YAML
14 lines
325 B
YAML
apiVersion: dapr.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: kvbinding
|
|
spec:
|
|
type: bindings.postgresql
|
|
version: v1
|
|
metadata:
|
|
- name: connectionString
|
|
value: host=postgresql.default.svc.cluster.local user=postgres password=password port=5432 connect_timeout=10
|
|
database=dapr
|
|
scopes:
|
|
- producer-app
|