components-contrib/tests/certification/bindings/postgres/components/standard/postgres.yaml

10 lines
262 B
YAML

apiVersion: dapr.io/v1alpha1
kind: Component
metadata:
name: standard-binding
spec:
type: bindings.postgres
version: v1
metadata:
- name: url
value: "host=localhost user=postgres password=example port=5432 connect_timeout=10 database=dapr_test"