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:
@@ -35,8 +35,10 @@ rootPasswordSecretKey: root-password
|
||||
# Resources
|
||||
resources:
|
||||
requests:
|
||||
memory: 512Mi
|
||||
cpu: 5m # Reduced from 30m based on actual usage (1-2m)
|
||||
memory: 263Mi
|
||||
cpu: 15m
|
||||
limits:
|
||||
memory: 263Mi
|
||||
|
||||
# Service
|
||||
service:
|
||||
|
||||
Reference in New Issue
Block a user