Merge branch 'main' into rename-to-open-webui

This commit is contained in:
Bjørn Jørgensen 2024-02-19 18:21:10 +01:00
commit c4bd17598a
26 changed files with 1265 additions and 399 deletions

View file

@ -19,10 +19,20 @@ spec:
ports:
- containerPort: 8080
resources:
limits:
requests:
cpu: "500m"
memory: "500Mi"
limits:
cpu: "1000m"
memory: "1Gi"
env:
- name: OLLAMA_API_BASE_URL
value: "http://ollama-service.open-webui.svc.cluster.local:11434/api"
tty: true
tty: true
volumeMounts:
- name: webui-volume
mountPath: /app/backend/data
volumes:
- name: webui-volume
persistentVolumeClaim:
claimName: ollama-webui-pvc