From c400c6b3aa8c8e18c6cc86fe2ffb26208b5ea10b Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 25 May 2025 15:19:08 +0530 Subject: [PATCH] minor correction --- cluster/apps/open-webui/open-webui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/apps/open-webui/open-webui.yml b/cluster/apps/open-webui/open-webui.yml index 502d5fa..9f4199d 100644 --- a/cluster/apps/open-webui/open-webui.yml +++ b/cluster/apps/open-webui/open-webui.yml @@ -20,7 +20,7 @@ spec: - containerPort: 8080 env: - name: OLLAMA_BASE_URL - value: "ollama:3210" + value: "http://ollama:11434" volumeMounts: - name: config mountPath: /app/backend/data