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:
2025-12-05 22:13:57 +09:00
parent 86ee3fa28b
commit fd64506d77
5 changed files with 16 additions and 16 deletions

View File

@@ -5,9 +5,9 @@ metadata:
namespace: todo
spec:
hard:
requests.memory: "750Mi"
requests.cpu: "600m"
limits.memory: "1200Mi"
limits.cpu: "1200m"
requests.memory: "250Mi"
requests.cpu: "100m"
limits.memory: "500Mi"
limits.cpu: "200m"
pods: "9"