From 4a22a77eb83ca9d2f0b058dab5a1ea73c5f31cee Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Sun, 25 May 2025 12:54:40 +0530 Subject: [PATCH] add persistence --- cluster/helm/ollama/ollama-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cluster/helm/ollama/ollama-release.yml b/cluster/helm/ollama/ollama-release.yml index ec02d0f..fc7339c 100644 --- a/cluster/helm/ollama/ollama-release.yml +++ b/cluster/helm/ollama/ollama-release.yml @@ -35,3 +35,7 @@ spec: type: NodePort nodePort: 3210 runtimeClassName: nvidia + persistentVolume: + enabled: true + size: 10Gi + storageClassName: longhorn