From a40942f1b8f607eff71a01afc8fb57c98383d07e Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Sun, 14 Apr 2024 00:14:15 -0400 Subject: [PATCH] Fix ollama url --- open-webui/open-webui-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open-webui/open-webui-deployment.yaml b/open-webui/open-webui-deployment.yaml index a03dac7..785da3a 100644 --- a/open-webui/open-webui-deployment.yaml +++ b/open-webui/open-webui-deployment.yaml @@ -20,7 +20,7 @@ spec: - containerPort: 8080 env: - name: OLLAMA_BASE_URL - value: "http://ollama.ollama-ns.svc.cluster.local:11434" # Assuming the internal service is named 'open-webui-service' + value: "http://ollama-service.ollama-ns.svc.cluster.local:11434" # Assuming the internal service is named 'open-webui-service' volumeMounts: - name: config mountPath: /app/backend/data