feat: increase litellm resources (#144)

finding litellm performance has dropped, crashed in multiple cases, and
then it had scaled to the maximum level using the majority of memory in
cluster.

- reduce the rate at which litellm autoscales
- increase the requests/limits to match usage

Reviewed-on: #144
This commit was merged in pull request #144.
This commit is contained in:
2026-05-23 17:59:43 +10:00
parent 445d8b6e7e
commit e05f9bfd83
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -56,10 +56,10 @@ spec:
resources:
limits:
cpu: "2"
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 2Gi
memory: 6Gi
volumeMounts:
- mountPath: /app/config.yaml
name: config