diff --git a/infra/dapr/components/pubsub.yaml b/infra/dapr/components/pubsub.yaml index 2150aea..669a614 100644 --- a/infra/dapr/components/pubsub.yaml +++ b/infra/dapr/components/pubsub.yaml @@ -3,8 +3,10 @@ kind: Component metadata: name: pubsub spec: - type: pubsub.nats + type: pubsub.redis version: v1 metadata: - - name: natsURL - value: nats://nats:4222 + - name: redisHost + value: redis:6379 + - name: redisPassword + value: ""