Go to file
Michael Karbowiak db5873d90e
Add a separate ingress setup for ollama to directly talk with the API, and change from RWO to RWX so ollama can be scaled up in the cluster
2024-03-15 14:25:06 +01:00
templates Add a separate ingress setup for ollama to directly talk with the API, and change from RWO to RWX so ollama can be scaled up in the cluster 2024-03-15 14:25:06 +01:00
.editorconfig Add ollama 2023-12-24 00:17:36 +01:00
.gitignore Add ollama 2023-12-24 00:17:36 +01:00
Chart.yaml Add ollama 2023-12-24 00:17:36 +01:00
README.md Add readme 2023-12-24 00:44:07 +01:00
values.yaml Add a separate ingress setup for ollama to directly talk with the API, and change from RWO to RWX so ollama can be scaled up in the cluster 2024-03-15 14:25:06 +01:00

README.md

How to install

  1. Have a Kubernetes cluster you can deploy to
  2. Have Helm installed locally
  3. helm install ollama -n ollama -f values.yaml --set ingress.domain=<domain> . for example: helm install ollama -n ollama -f values.yaml --set ingress.domain=ollama.mydomain.com .

Edit the values file to point it at the correct ingress, cert-manager, storage class, etc.