From 16dabbbf8d1c9fffb949796be2aa8128267b1d72 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 26 May 2026 23:25:26 +1000 Subject: [PATCH] fix(open-webui): use litellm external hostname as OPENAI_API_BASE_URL --- apps/base/open-webui/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/open-webui/deployment.yaml b/apps/base/open-webui/deployment.yaml index 4c52373..b83f64d 100644 --- a/apps/base/open-webui/deployment.yaml +++ b/apps/base/open-webui/deployment.yaml @@ -28,7 +28,7 @@ spec: protocol: TCP env: - name: OPENAI_API_BASE_URL - value: http://litellm-pooler.litellm.svc.cluster.local:4000 + value: https://litellm.k8s.syd1.au.unkin.net - name: WEBUI_URL value: https://chat.k8s.syd1.au.unkin.net envFrom: