CHORE(app): increase ResourceQuota to 3x

- Increase resource quota for scaling
- Prepare for future growth
This commit is contained in:
2025-12-03 13:29:53 +09:00
parent 95beeded32
commit 0109ca4137
2 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ metadata:
namespace: portfolio
spec:
hard:
requests.memory: "250Mi"
requests.cpu: "400m"
limits.memory: "400Mi"
limits.cpu: "800m"
pods: "3"
requests.memory: "750Mi"
requests.cpu: "1200m"
limits.memory: "1200Mi"
limits.cpu: "2400m"
pods: "9"