From ff7c6c296e63d9e79a54b4c7e427913c676af5e6 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sat, 31 May 2025 03:46:50 +0530 Subject: [PATCH] use ip instead of svc name --- 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 963ccee..ff1e6fd 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: "http://ollama:11434" + value: "http://10.0.0.14:3210" volumeMounts: - name: config mountPath: /app/backend/data