From 949ddb76e4ea558c7031e4180a78c4cc49ee1f30 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Fri, 1 May 2026 21:54:00 +1000 Subject: [PATCH] chore: litellm ooming (#95) - update memory and cpu resources Reviewed-on: https://git.unkin.net/unkin/argocd-apps/pulls/95 --- 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