chore: litellm ooming
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful

- update memory and cpu resources
This commit is contained in:
2026-05-01 21:46:58 +10:00
parent 5372914803
commit 21c7aa615a
+3 -3
View File
@@ -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