Commit Graph

26 Commits

Author SHA1 Message Date
974464efb4 CHORE(merge): merge develop into main
- dev/sealed-todo-secrets.yaml: use develop version
- prod/sealed-todo-secrets.yaml: keep main version
2025-12-09 21:16:22 +09:00
db80cb3dd8 REFACTOR(app): change application icons
- Update app icons
- Refresh branding
2025-12-09 18:43:33 +09:00
a9d4839cec REFACTOR(app): change application icon
- Update app icon
- Refresh branding
2025-12-09 18:42:38 +09:00
c3b464f446 FIX(app): update sealed secret with PostgreSQL URL
- Fix database URL in dev
- Update sealed secret for develop
2025-12-09 03:28:35 +09:00
8050f768c4 FIX(db): update Prisma provider to PostgreSQL
- Change Prisma provider from mysql to postgresql
- Fix database configuration
2025-12-09 03:20:23 +09:00
5aa6777751 FIX(app): regenerate todo-dev sealed secret
- Fix PostgreSQL URL encoding
- Regenerate sealed secret
2025-12-09 03:17:26 +09:00
3c2d6b6590 FIX(db): URL-encode @ in dev DATABASE_URL
- Encode special characters in password
- Fix connection string
2025-12-09 03:01:47 +09:00
4d6f2b5d55 FIX(db): URL-encode @ symbol in DATABASE_URL
- Encode @ symbol in password
- Fix connection string parsing
2025-12-09 02:55:49 +09:00
7f23397a51 FIX(app): use lowercase secret keys
- Revert DATABASE_URL secret key back to 'database-url'
- Regenerate sealed secrets with lowercase keys
- Maintain consistency with existing pattern
2025-12-09 02:43:39 +09:00
b3814180ac FEAT(app): Migrate from MariaDB to PostgreSQL
- Update Prisma schema provider to postgresql
- Update sealed secrets with PostgreSQL DATABASE_URL
- Target: TodoDB on PostgreSQL cluster
2025-12-09 02:30:57 +09:00
ed2dc7aa56 CHORE(merge): merge branch main into develop
- Sync develop with main branch
- Resolve merge conflicts
2025-12-07 12:57:17 +09:00
c71aeaad6d CHORE(app): apply password
- Apply password configuration
- Update credentials
2025-12-07 12:56:47 +09:00
7e2a912a37 CHORE(db): update database URLs
- Update prod (proxysql) URL
- Update dev (mariadb) URL
2025-12-07 04:04:11 +09:00
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
f4cfd5b594 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:17 +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
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
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