components/dapr-pubsub-redis.yaml (12 lines of code) (raw):

apiVersion: dapr.io/v1alpha1 kind: Component metadata: name: taskspubsub spec: type: pubsub.redis version: v1 metadata: - name: redisHost value: localhost:6379 - name: redisPassword value: ""