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

@@ -13,7 +13,7 @@ spec:
resources:
requests:
memory: "120Mi"
cpu: "50m"
cpu: "200m"
limits:
memory: "230Mi"
cpu: "150m"
cpu: "400m"