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:
@@ -30,10 +30,10 @@ controllers:
|
||||
periodSeconds: 10
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
cpu: 15m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 192Mi
|
||||
pod:
|
||||
tolerations:
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
|
||||
Reference in New Issue
Block a user