@@ -0,0 +1 @@
+values-minikube.yaml
@@ -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:
+ cpu: "500m"
+ memory: "500Mi"
+ cpu: "1000m"
+ memory: "1Gi"
+ ingress:
+ enabled: true
+ host: open-webui.minikube.local
+ type: NodePort