CHORE(app): increase ResourceQuota
- Increase quota for cert-manager solver - Enable TLS certificate provisioning
This commit is contained in:
@@ -5,8 +5,8 @@ metadata:
|
||||
namespace: jovies
|
||||
spec:
|
||||
hard:
|
||||
requests.memory: "100Mi"
|
||||
requests.cpu: "100m"
|
||||
limits.memory: "150Mi"
|
||||
limits.cpu: "200m"
|
||||
pods: "2"
|
||||
requests.memory: "200Mi"
|
||||
requests.cpu: "200m"
|
||||
limits.memory: "300Mi"
|
||||
limits.cpu: "400m"
|
||||
pods: "3"
|
||||
|
||||
Reference in New Issue
Block a user