PERF(resources): remove CPU limits - keep memory limits only
- CPU throttling prevents app startup, not crashes - Memory OOM is the real cascading failure cause - CPU request ensures fair scheduling
This commit is contained in:
@@ -13,11 +13,10 @@ replicaCount: 1
|
||||
# Resource requests for operator
|
||||
resources:
|
||||
requests:
|
||||
cpu: 5m # Reduced from 100m based on actual usage (2m)
|
||||
cpu: 15m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
memory: 512Mi
|
||||
memory: 192Mi
|
||||
|
||||
# RBAC
|
||||
rbac:
|
||||
|
||||
Reference in New Issue
Block a user