Commit Graph

4 Commits

Author SHA1 Message Date
d85430c421 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:31 +09:00
92252484ac CHORE(app): reduce resource limits
- CPU limit: 300m → 50m (prod), 210m → 30m (dev)
- Memory limit: 120Mi → 100Mi (prod), 84Mi → 100Mi (dev)
- ResourceQuota adjusted accordingly

Actual usage: ~1m CPU, ~56Mi memory
2025-12-05 22:14:09 +09:00
90cd08c032 CHORE(app): increase CPU limits
- Increase CPU limits
- Reduce throttling
2025-12-05 01:43:13 +09:00
30c890b17c FEAT(config): add dev environment
- Add development environment configuration
- Set resources to 70% of production
2025-12-03 14:24:18 +09:00