Fix ollama url
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tyler Perkins 2024-04-14 00:14:15 -04:00
parent 877b6c2f15
commit a40942f1b8
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8
1 changed files with 1 additions and 1 deletions

View File

@ -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