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: "120Mi"
|
||||
cpu: "200m"
|
||||
memory: "80Mi"
|
||||
cpu: "50m"
|
||||
limits:
|
||||
memory: "230Mi"
|
||||
cpu: "800m"
|
||||
memory: "150Mi"
|
||||
cpu: "100m"
|
||||
|
||||
Reference in New Issue
Block a user