From 49895a22009448641253c72a5ce08103e74f647b Mon Sep 17 00:00:00 2001 From: Pierre Ozoux Date: Fri, 26 Jun 2026 10:03:56 +0200 Subject: [PATCH] fix(helm): remove cpu limit (#2893) There is never a good case for cpu limits :) https://home.robusta.dev/blog/stop-using-cpu-limits Co-authored-by: Felix Kunde --- charts/postgres-operator/values.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/charts/postgres-operator/values.yaml b/charts/postgres-operator/values.yaml index bb2831dd3..b880916f5 100644 --- a/charts/postgres-operator/values.yaml +++ b/charts/postgres-operator/values.yaml @@ -518,7 +518,6 @@ podPriorityClassName: resources: limits: - cpu: 500m memory: 500Mi requests: cpu: 100m