Commit 59c966b
fix(helm): align Novu services Redis DB index to 2
All Novu services (API, Worker, WS, Embed) were using inconsistent
Redis DB index values, causing in-app notifications to fail delivery.
The Worker publishes notifications to Redis, but the WS service was
listening on a different DB index, preventing real-time notification
delivery to the frontend.
Changes:
- Updated api/deployment.yaml to use configurable REDIS_DB_INDEX with default "2"
- Updated worker/deployment.yaml to use configurable REDIS_DB_INDEX with default "2"
- Updated ws/deployment.yaml to use configurable REDIS_DB_INDEX with default "2"
- Updated extra/novu.yaml embed service to use REDIS_DB_INDEX "2"
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2e95a99 commit 59c966b
File tree
4 files changed
+4
-4
lines changed- infra/helm/bud
- charts/novu/templates
- api
- worker
- ws
- templates/extra
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments