CHORE(app): increase ResourceQuota

- Increase quota for cert-manager solver
- Enable TLS certificate provisioning
This commit is contained in:
2025-11-29 11:08:58 +09:00
parent 4af1185731
commit 967b7a0c01
2 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ metadata:
namespace: portfolio
spec:
hard:
requests.memory: "150Mi"
requests.cpu: "100m"
limits.memory: "250Mi"
limits.cpu: "200m"
pods: "2"
requests.memory: "250Mi"
requests.cpu: "200m"
limits.memory: "400Mi"
limits.cpu: "400m"
pods: "3"