CHORE(app): reduce resource limits
- CPU limit: 300m → 50m (prod), 210m → 30m (dev) - Memory limit: 230Mi → 120Mi (prod), 161Mi → 100Mi (dev) - ResourceQuota adjusted accordingly Actual usage: ~3m CPU, ~71Mi memory
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
||||
- name: todo-app
|
||||
resources:
|
||||
requests:
|
||||
memory: "84Mi"
|
||||
cpu: "35m"
|
||||
memory: "40Mi"
|
||||
cpu: "15m"
|
||||
limits:
|
||||
memory: "161Mi"
|
||||
cpu: "210m"
|
||||
memory: "100Mi"
|
||||
cpu: "30m"
|
||||
|
||||
Reference in New Issue
Block a user