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 <felix-kunde@gmx.de>
This commit is contained in:
Pierre Ozoux 2026-06-26 10:03:56 +02:00 committed by GitHub
parent db0f112de6
commit 49895a2200
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -518,7 +518,6 @@ podPriorityClassName:
resources: resources:
limits: limits:
cpu: 500m
memory: 500Mi memory: 500Mi
requests: requests:
cpu: 100m cpu: 100m