commit 538f4232fba7f1d5d86d91810bf26b3eab41d826 parent a772287886809226184f176ddc18703dfd1f8475 Author: MTRNord <mtrnord1@gmail.com> Date: Wed, 6 Mar 2024 10:57:45 +0100 Mention redis section Diffstat:
| M | charts/element-call/Chart.yaml | | | 2 | +- |
| M | charts/element-call/values.yaml | | | 4 | ++++ |
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/charts/element-call/Chart.yaml b/charts/element-call/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: element-call description: A Helm chart for element_call type: application -version: 0.1.2 +version: 0.1.3 appVersion: "v0.5.15" dependencies: diff --git a/charts/element-call/values.yaml b/charts/element-call/values.yaml @@ -207,6 +207,10 @@ egress: api_secret: secret ws_url: changeme insecure: true + redis: + address: must be the same redis address used by your livekit server + password: redis password + db: redis db redis: enabled: true