forked from open-webui/open-webui
feat: added kubernetes persistent volume claim for webui
This commit is contained in:
parent
4c3edd0375
commit
0340967930
2 changed files with 20 additions and 1 deletions
|
@ -25,4 +25,11 @@ spec:
|
|||
env:
|
||||
- name: OLLAMA_API_BASE_URL
|
||||
value: "http://ollama-service.ollama-namespace.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
|
Loading…
Add table
Add a link
Reference in a new issue