open-webui

This commit is contained in:
Bjørn Jørgensen 2024-02-17 14:18:45 +01:00
parent 4c3edd0375
commit a9805df7ef
10 changed files with 11 additions and 11 deletions

View file

@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: ollama-webui-deployment
namespace: ollama-namespace
namespace: open-webui
spec:
replicas: 1
selector:
@ -24,5 +24,5 @@ spec:
memory: "500Mi"
env:
- name: OLLAMA_API_BASE_URL
value: "http://ollama-service.ollama-namespace.svc.cluster.local:11434/api"
value: "http://ollama-service.open-webui.svc.cluster.local:11434/api"
tty: true