fix(litellm): normalize postgres cluster resource values #163

Merged
unkinben merged 1 commits from benvin/litellm-postgres-resources into main 2026-05-24 23:30:11 +10:00
Showing only changes of commit 225d11590d - Show all commits
+2 -2
View File
@@ -76,8 +76,8 @@ spec:
updateInterval: 30
resources:
limits:
cpu: 1
memory: 1024Mi
cpu: "1"
memory: 1Gi
requests:
cpu: 250m
memory: 512Mi