Commit Graph

3 Commits

Author SHA1 Message Date
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
4d690851a0 CHORE(app): increase CPU limits
- Prod: 400m -> 800m (2x)
- Dev: 280m -> 560m (2x)

Strategy A: Conservative approach for throttling reduction
2025-12-05 01:42:59 +09:00
1a3011f570 FEAT(config): add dev environment configuration
- Add development environment settings
- Configure dev-specific resources
2025-12-03 14:37:12 +09:00