fixed version and gpu default value

This commit is contained in:
Daniele Viti 2023-12-24 16:49:56 +01:00
parent d14d26bdfd
commit bdf2a67df6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
name: ollama-webui
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

View File

@ -8,7 +8,7 @@ ollama:
limits:
cpu: "2000m"
memory: "2Gi"
nvidia.com/gpu: "1"
nvidia.com/gpu: "0"
volumeSize: 1Gi
webui: