fix(litellm): normalize postgres cluster resource values #163
Reference in New Issue
Block a user
Delete Branch "benvin/litellm-postgres-resources"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
limits.memoryfrom1024Mito1Gi(same value, canonical form)limits.cpufrom1(integer) to"1"(string, canonical form)Why
Kubernetes normalizes resource quantities on write —
1024Mibecomes1Giand integer1becomes string"1". ArgoCD diffs by string comparison, so these equivalent values cause a permanent OutOfSync on thelitellm-postgresCluster.