From 085d496d2f0686765ec4bdcf6a3de3c59b7ea164 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Tue, 5 May 2026 13:45:46 +0200 Subject: [PATCH] feat: enable websocket support and redis integration in openwebui helm configuration --- 02-openwebui/fleet.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/02-openwebui/fleet.yaml b/02-openwebui/fleet.yaml index 5117b92..100c67b 100644 --- a/02-openwebui/fleet.yaml +++ b/02-openwebui/fleet.yaml @@ -13,6 +13,13 @@ helm: service: type: LoadBalancer + websocket: + enabled: true + manager: redis + + redis: + enabled: true + ollama: enabled: false tika: