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