Commit Graph

6 Commits

Author SHA1 Message Date
8ae51e49b4 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:29 +09:00
d5f02b612b CHORE(app): reduce resource limits
- CPU limit: 800m → 100m (prod), 560m → 80m (dev)
- Memory limit: 230Mi → 150Mi (prod), 161Mi → 120Mi (dev)
- ResourceQuota adjusted accordingly

Actual usage: ~8m CPU, ~111Mi memory
2025-12-05 22:14:09 +09:00
0109ca4137 CHORE(app): increase ResourceQuota to 3x
- Increase resource quota for scaling
- Prepare for future growth
2025-12-03 13:29:53 +09:00
2628d722a5 CHORE(app): allocate extra CPU for throttling
- Increase CPU allocation
- Reduce container throttling
2025-12-01 17:15:05 +09:00
967b7a0c01 CHORE(app): increase ResourceQuota
- Increase quota for cert-manager solver
- Enable TLS certificate provisioning
2025-11-29 11:08:58 +09:00
d33f0e36fb FEAT(app): add resourcequota
- Add resourcequota
- Prevent memory overflow
2025-11-24 15:26:42 +09:00