CHORE(app): reduce resource limits
- CPU limit: 800m → 100m (prod), 560m → 80m (dev) - Memory limit: 230Mi → 150Mi (prod), 161Mi → 120Mi (dev) - ResourceQuota adjusted accordingly Actual usage: ~8m CPU, ~111Mi memory
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
||||
- name: portfolio-app
|
||||
resources:
|
||||
requests:
|
||||
memory: "84Mi"
|
||||
cpu: "140m"
|
||||
memory: "50Mi"
|
||||
cpu: "30m"
|
||||
limits:
|
||||
memory: "161Mi"
|
||||
cpu: "560m"
|
||||
memory: "120Mi"
|
||||
cpu: "80m"
|
||||
|
||||
Reference in New Issue
Block a user