fix(prometheus): bump memory limit from 1Gi to 2Gi due to OOM

fix(litellm): add resource limits (512Mi/1Gi) to prevent unbounded memory consumption
This commit is contained in:
platform-engineer
2026-07-22 05:58:23 +00:00
parent 6df0be81c9
commit 097fe2e0e7
2 changed files with 11 additions and 5 deletions

View File

@@ -112,6 +112,13 @@ spec:
env:
- name: STORE_MODEL_IN_DB
value: "True"
resources:
requests:
memory: "512Mi"
cpu: "250m"
limits:
memory: "1Gi"
cpu: "500m"
volumes:
- name: config-volume
configMap: