From b894afc23964cc839293e9c6287c3f15648354e0 Mon Sep 17 00:00:00 2001 From: jyje Date: Sun, 12 Jan 2025 02:49:06 +0900 Subject: [PATCH] chore(websocket): fix full redis url --- charts/open-webui/README.md | 2 +- charts/open-webui/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/open-webui/README.md b/charts/open-webui/README.md index e6a06e7..3c5e23f 100644 --- a/charts/open-webui/README.md +++ b/charts/open-webui/README.md @@ -80,7 +80,7 @@ helm upgrade --install open-webui open-webui/open-webui | readinessProbe | object | `{}` | Probe for readiness of the Open WebUI container ref: | | redis-cluster.enabled | bool | `false` | Enable Redis installation | | redis-cluster.fullnameOverride | string | `"open-webui-redis"` | Redis cluster name (recommended to be 'open-webui-redis') | -| redis-cluster.auth.enabled | bool | `false` | Enable Redis authentication | +| redis-cluster.auth.enabled | bool | `false` | Enable Redis authentication. For your security, we strongly suggest that you switch to 'true' | | redis-cluster.replica.replicaCount | int | `3` | Number of Redis replica instances | | replicaCount | int | `1` | | | resources | object | `{}` | | diff --git a/charts/open-webui/values.yaml b/charts/open-webui/values.yaml index c6d5f4f..98c6254 100644 --- a/charts/open-webui/values.yaml +++ b/charts/open-webui/values.yaml @@ -80,11 +80,11 @@ redis-cluster: # -- Enable Redis installation enabled: false # -- Redis cluster name (recommended to be 'open-webui-redis') - # - In this case, redis url will be 'redis://open-webui-redis-headless:6379/0' or 'redis://[:@]open-webui-redis-headless:6379/0' + # - In this case, redis url will be 'redis://open-webui-redis-master:6379/0' or 'redis://[:@]open-webui-redis-master:6379/0' fullnameOverride: open-webui-redis # -- Redis Authentication auth: - # -- Enable Redis authentication (disabled by default) + # -- Enable Redis authentication (disabled by default). For your security, we strongly suggest that you switch to 'auth.enabled=true' enabled: false # -- Replica configuration for the Redis cluster replica: