CHORE(app): increase ResourceQuota to 3x
- Increase resource quota for scaling - Prepare for future growth
This commit is contained in:
@@ -5,9 +5,9 @@ metadata:
|
||||
namespace: todo
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "250Mi"
|
||||
requests.cpu: "200m"
|
||||
limits.memory: "400Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "3"
|
||||
requests.memory: "750Mi"
|
||||
requests.cpu: "600m"
|
||||
limits.memory: "1200Mi"
|
||||
limits.cpu: "1200m"
|
||||
pods: "9"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user