CHORE(app): allocate extra CPU for throttling

- Increase CPU allocation
- Reduce container throttling
This commit is contained in:
2025-12-01 17:15:00 +09:00
parent cd6dbf5c14
commit 2628d722a5
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ metadata:
spec:
hard:
requests.memory: "250Mi"
requests.cpu: "200m"
requests.cpu: "400m"
limits.memory: "400Mi"
limits.cpu: "400m"
limits.cpu: "800m"
pods: "3"