fix(dapr): use pubsub.redis — Dapr 1.17 doesn't include built-in NATS pubsub. Redis already running.

This commit is contained in:
asepharyana
2026-07-21 17:33:09 +07:00
parent 05f3a65358
commit bc153b7491
+5 -3
View File
@@ -3,8 +3,10 @@ kind: Component
metadata: metadata:
name: pubsub name: pubsub
spec: spec:
type: pubsub.nats type: pubsub.redis
version: v1 version: v1
metadata: metadata:
- name: natsURL - name: redisHost
value: nats://nats:4222 value: redis:6379
- name: redisPassword
value: ""