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:
@@ -10,10 +10,10 @@ pod:
|
||||
replicas: 1
|
||||
resources:
|
||||
requests:
|
||||
cpu: 25m
|
||||
cpu: 15m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
memory: 512Mi
|
||||
memory: 384Mi
|
||||
extraVolumes:
|
||||
- name: users-database
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user