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