REFACTOR(resources): remove cpu limits
- from infrastructure components - velero-ui: Remove 200m CPU limit - metallb controller: Remove 100m CPU limit - metallb speaker: Remove 100m CPU limit (300m total across 3 nodes) - falco: Remove 1000m CPU limit (3000m total across 3 nodes) Total CPU limits removed: ~3600m This eliminates CPU throttling and reduces CPU limits overcommit from 131% to 0%.
This commit is contained in:
@@ -32,7 +32,7 @@ spec:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 1000m
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 1Gi
|
||||
|
||||
# Falco configuration
|
||||
|
||||
Reference in New Issue
Block a user