Commit bdf2a67d authored by Daniele Viti's avatar Daniele Viti
Browse files

fixed version and gpu default value

parent d14d26bd
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: ...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment