From db532b6a22ac35bb87acd6a157ae3f51ce00fd5a Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Tue, 23 Dec 2025 04:48:45 +0200 Subject: [PATCH] Fix env to open-webui --- manifests/open-webui/values.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/manifests/open-webui/values.yaml b/manifests/open-webui/values.yaml index 21fe5fb..f4f5553 100644 --- a/manifests/open-webui/values.yaml +++ b/manifests/open-webui/values.yaml @@ -1,16 +1,17 @@ service: type: ClusterIP -env: - - name: OLLAMA_BASE_URL - value: http://ollama.ai-stack.svc.cluster.local:11434 +# IMPORTANT: disable the embedded Ollama that the chart can deploy +ollama: + enabled: false +# IMPORTANT: set BOTH vars to your existing Ollama service extraEnvVars: - name: OLLAMA_BASE_URL value: http://ollama:11434 - name: OLLAMA_BASE_URLS value: http://ollama:11434 - + resources: requests: cpu: 100m