diff --git a/ollama/values.gomplate.yaml b/ollama/values.gomplate.yaml index e7c6f18..b45b66f 100644 --- a/ollama/values.gomplate.yaml +++ b/ollama/values.gomplate.yaml @@ -34,6 +34,14 @@ securityContext: drop: - ALL +resources: + requests: + cpu: 25m + memory: 2Gi + limits: + cpu: 100m + memory: 8Gi + persistentVolume: enabled: true size: {{ .Env.OLLAMA_STORAGE_SIZE }}