From fcc24f91c80b3d8ff08b16e408fc961d905ea8ed Mon Sep 17 00:00:00 2001 From: Rishabh Saha Date: Thu, 17 Nov 2022 09:46:08 -0500 Subject: [PATCH] Create aca-redis-pubsub.yaml Added aca-redis-pubsub component --- dapr/aca-redis-pubsub.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dapr/aca-redis-pubsub.yaml diff --git a/dapr/aca-redis-pubsub.yaml b/dapr/aca-redis-pubsub.yaml new file mode 100644 index 0000000..50b7087 --- /dev/null +++ b/dapr/aca-redis-pubsub.yaml @@ -0,0 +1,10 @@ +# pubsub.yaml for Azure Cache for Redis component +componentType: pubsub.redis +version: v1 +metadata: + - name: redisHost + value: .redis.cache.windows.net:6380 + - name: redisPassword + value: "" + - name: enableTLS + value: "true"