fix(helm): remove cpu limit

There is never a good case for cpu limits :)

https://home.robusta.dev/blog/stop-using-cpu-limits
This commit is contained in:
Pierre Ozoux 2025-04-07 12:26:48 +02:00 committed by GitHub
parent 68c4b49636
commit 1ca900324d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

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