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:
2025-12-26 12:32:29 +09:00
parent 861a5e97d7
commit 5c0e5364b9

View File

@@ -32,7 +32,7 @@ spec:
cpu: 100m cpu: 100m
memory: 256Mi memory: 256Mi
limits: limits:
cpu: 1000m # cpu: removed to prevent throttling
memory: 1Gi memory: 1Gi
# Falco configuration # Falco configuration