Commit Graph

30 Commits

Author SHA1 Message Date
9eaba6712e FIX(db): fix secret key name
- Use correct secret key name
- Change to database-url
2025-12-07 01:26:09 +09:00
176f18744e FIX(app): correct sealed secret names for todo
- Correct sealed secret names
- Fix naming convention
2025-12-07 01:23:54 +09:00
3a65d75b47 CHORE(app): update MariaDB secrets
- Update sealed secrets
- For MariaDB connection
2025-12-07 01:21:21 +09:00
1b02190ab1 REFACTOR(config): change env path
- Change environment path
- Update configuration
2025-12-06 22:07:24 +09:00
9b1793cf85 FEAT(db): add database sealedsecret
- Add sealedsecret
- For database credentials
2025-12-06 12:52:57 +09:00
fb5db2b983 REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:09:54 +09:00
7266a3127f REFACTOR(app): use native ARM64 runner
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:46 +09:00
f4cfd5b594 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:17 +09:00
c024211abc FEAT(app): add QEMU for ARM64 build
- Enable ARM64 cross-compilation
- Add QEMU emulation support
2025-12-05 22:29:34 +09:00
fd64506d77 CHORE(app): reduce resource limits
- CPU limit: 300m → 50m (prod), 210m → 30m (dev)
- Memory limit: 230Mi → 120Mi (prod), 161Mi → 100Mi (dev)
- ResourceQuota adjusted accordingly

Actual usage: ~3m CPU, ~71Mi memory
2025-12-05 22:14:10 +09:00
86ee3fa28b CHORE(app): increase CPU limits
- Increase CPU limits
- Reduce throttling
2025-12-05 01:43:15 +09:00
07e5ca11a4 PERF(docker): optimize for arm64 only
- Optimize for arm64 only
- Remove multi-platform build
2025-12-04 22:06:17 +09:00
47470b025d CHORE(app): add images to kustomization
- Add images configuration for ArgoCD
- Enable image updates via GitOps
2025-12-03 15:07:38 +09:00
6e60b4a1a2 CHORE(ci): update CI/CD to support develop branch
- Add develop branch to CI triggers
- Enable multi-branch deployments
2025-12-03 15:01:01 +09:00
396b4140cc REFACTOR(app): remove hardcoded image tag
- Remove static image tag
- Enable dynamic image updates
2025-12-03 14:42:40 +09:00
5b93fe2920 FIX(app): fix dev image tag
- Correct dev environment image tag
- Fix deployment reference
2025-12-03 14:42:40 +09:00
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