From 92cf4bdb7890ce8f44ac8c5c47682a1c0ab69482 Mon Sep 17 00:00:00 2001 From: titver968 Date: Wed, 7 Jan 2026 11:43:48 +0100 Subject: [PATCH] open-webui: logout redirect URL --- argocd/apps/open-webui/values-openwebui.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/argocd/apps/open-webui/values-openwebui.yaml b/argocd/apps/open-webui/values-openwebui.yaml index f40ad17..44a7080 100644 --- a/argocd/apps/open-webui/values-openwebui.yaml +++ b/argocd/apps/open-webui/values-openwebui.yaml @@ -21,6 +21,10 @@ spec: ollama: enabled: false + + extraEnvVars: + - name: OAUTH_LOGOUT_REDIRECT_URL + value: "https://innollm.innovation-hub-niedersachsen.de/" ingress: enabled: true