From 7234840eba81c238df4284f7ad5e78a747fa4b21 Mon Sep 17 00:00:00 2001 From: Masaki Yatsu Date: Wed, 3 Dec 2025 20:45:12 +0900 Subject: [PATCH] chore(ollama): set resource request/limit --- ollama/values.gomplate.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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 }}