From 21c7aa615a87da9540744b62d8d9f67fc4e4c8f5 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 1 May 2026 21:46:58 +1000 Subject: [PATCH] chore: litellm ooming - update memory and cpu resources --- apps/base/litellm/deployment.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/litellm/deployment.yaml b/apps/base/litellm/deployment.yaml index e62c600..4be8e2b 100644 --- a/apps/base/litellm/deployment.yaml +++ b/apps/base/litellm/deployment.yaml @@ -51,11 +51,11 @@ spec: timeoutSeconds: 5 resources: limits: - cpu: "1" - memory: 2Gi + cpu: "2" + memory: 6Gi requests: cpu: 250m - memory: 512Mi + memory: 2Gi volumeMounts: - mountPath: /app/config.yaml name: config