forked from open-webui/open-webui
fixed version and gpu default value
This commit is contained in:
parent
d14d26bdfd
commit
bdf2a67df6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: ollama-webui
|
name: ollama-webui
|
||||||
description: "Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋"
|
description: "Ollama Web UI: A User-Friendly Web Interface for Chat Interactions 👋"
|
||||||
version: 0.1.0
|
version: 1.0.0
|
||||||
icon: https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png
|
icon: https://raw.githubusercontent.com/ollama-webui/ollama-webui/main/static/favicon.png
|
||||||
|
|
|
@ -8,7 +8,7 @@ ollama:
|
||||||
limits:
|
limits:
|
||||||
cpu: "2000m"
|
cpu: "2000m"
|
||||||
memory: "2Gi"
|
memory: "2Gi"
|
||||||
nvidia.com/gpu: "1"
|
nvidia.com/gpu: "0"
|
||||||
volumeSize: 1Gi
|
volumeSize: 1Gi
|
||||||
|
|
||||||
webui:
|
webui:
|
||||||
|
|
Loading…
Reference in a new issue