Commit Graph

14 Commits

Author SHA1 Message Date
6a2cc5fe33 FEAT(config): add dev environment configuration
- Add development environment settings
- Configure dev-specific resources
2025-12-03 14:37:09 +09:00
5e52af8c32 CHORE(app): increase ResourceQuota to 3x
- Increase resource quota for scaling
- Prepare for future growth
2025-12-03 13:29:50 +09:00
fdfe0834c7 CHORE(app): update prod overlay replicas to 2
- Scale production to 2 replicas
- Improve availability
2025-12-03 13:25:14 +09:00
5430b1b549 REFACTOR(style): remove unused Tailwind page
- Remove unused styles
- Clean up CSS configuration
2025-12-03 13:16:38 +09:00
b6441c663a CHORE(deploy): scale deployment to 2 replicas
- Increase replica count for HA
- Improve service reliability
2025-12-03 13:16:38 +09:00
b9a05dae65 FEAT(docker): add ARM64 build support
- Add ARM64 support
- For Oracle Cloud deployment
2025-12-03 02:15:29 +09:00
ae6e42348c CHORE(app): increase ResourceQuota
- Increase quota for cert-manager solver
- Enable TLS certificate provisioning
2025-11-29 11:09:04 +09:00
f3f2449783 FIX(app): fix transparent for black background
- Fix transparency issue
- Improve dark mode styling
2025-11-25 09:20:10 +09:00
471cde3986 FEAT(app): add password protection
- Add authentication feature
- Enable password login
2025-11-24 23:18:27 +09:00
c04a3fb267 CHORE(app): minor update
- Small configuration change
- Trigger deployment
2025-11-24 22:22:01 +09:00
8b195378a5 CHORE(app): initial configuration
- Add initial app settings
- Configure base deployment
2025-11-24 22:09:18 +09:00
f1fadca73e DOCS(docs): update README
- Add project documentation
- Update setup instructions
2025-10-01 11:34:06 +09:00
3806344351 INIT(app): initial commit with FSD architecture
- Initialize Todo app structure
- Implement Feature-Sliced Design
2025-10-01 11:24:40 +09:00
4fad18f5d2 INIT(app): initial commit from create-next-app
- Initialize Next.js project
- Add base configuration
2025-09-26 23:06:01 +09:00