add values-minikube

This commit is contained in:
duhow 2024-02-19 23:39:09 +01:00
parent 2f0ed3becb
commit a91a22567d
No known key found for this signature in database
2 changed files with 28 additions and 0 deletions

View file

@ -0,0 +1 @@
values-minikube.yaml

View file

@ -0,0 +1,27 @@
ollama:
resources:
requests:
cpu: "2000m"
memory: "2Gi"
limits:
cpu: "4000m"
memory: "4Gi"
nvidia.com/gpu: "0"
service:
type: ClusterIP
gpu:
enabled: false
webui:
resources:
requests:
cpu: "500m"
memory: "500Mi"
limits:
cpu: "1000m"
memory: "1Gi"
ingress:
enabled: true
host: open-webui.minikube.local
service:
type: NodePort