Commit Graph

20 Commits

Author SHA1 Message Date
b03db1a5b8 FEAT(app): add per-application ingress management
- Added ingress.yaml for production and development environments
- Updated kustomization files to include ingress resources
- Migrated from centralized ingress management to per-app architecture
2025-12-25 20:23:21 +09:00
77e573be31 FIX(app): fix image path mayne0213 to bluemayne
- Change image path to match Gitea repository name
- Fix container registry reference
2025-12-20 13:56:25 +09:00
4a75453fcf REFACTOR(app): switch to gitea registry
- Migrate container registry to Gitea
- Update image references
2025-12-20 13:46:39 +09:00
b4e9f2183f CHORE(app): switch to Gitea container registry
- Migrate from ghcr.io to Gitea registry
- Update image references
2025-12-20 12:30:50 +09:00
78c9fc8336 REFACTOR(deploy): remove argocd yaml
- Remove ArgoCD application from kustomization
- Prevent duplicate resource management
2025-12-17 18:17:06 +09:00
b64f07e75f CHORE(ci): eliminate GitHub references
- Remove GitHub-specific configurations
- Clean up unused references
2025-12-13 11:53:32 +09:00
b12e11cb18 REFACTOR(app): change application icon
- Update app icon
- Refresh branding
2025-12-09 22:13:28 +09:00
ed39dfbbff REFACTOR(app): remove ArgoCD integration
- Remove ArgoCD env vars (ARGOCD_SERVER_URL, ARGOCD_TOKEN, ARGOCD_CA_CERT)
- Delete SealedSecret files (dev/prod)
- Remove SealedSecret references from Kustomization
- App no longer calls ArgoCD API, settings not needed
2025-12-09 03:51:25 +09:00
8b05e5201e FIX(test): move SealedSecret to overlays
- Remove sealed-argocd-token.yaml from base
- Add overlays/dev/sealed-argocd-token.yaml (namespace: portfolio-dev)
- Add overlays/prod/sealed-argocd-token.yaml (namespace: portfolio)
- Add SealedSecret references to each overlay kustomization.yaml
- SealedSecret includes namespace during encryption, needs per-env management
2025-12-09 03:45:31 +09:00
5e67591d84 FEAT(app): add Sealed Secrets support
- Enable secure secret management
- Add SealedSecret configuration
2025-12-06 10:52:14 +09:00
02e7b54020 REFACTOR(app): remove CPU limit
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:09:27 +09:00
fed2109cc6 REFACTOR(app): use native ARM64 runner
- Switch to native ARM64 runner
- Remove QEMU emulation overhead
2025-12-05 22:48:45 +09:00
8ae51e49b4 REFACTOR(app): remove CPU limits
- Remove CPU limit configuration
- Improve container performance
2025-12-05 22:39:29 +09:00
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
57bb7646f1 PERF(docker): optimize for arm64 only
- Optimize for arm64 only
- Remove multi-platform build
2025-12-04 22:05:56 +09:00
d6899b949b CHORE(app): add images to kustomization
- Add images section for CD pipeline
- Enable image tag updates
2025-12-03 15:27:31 +09:00
c3c121a9eb REFACTOR(app): remove hardcoded image tag
- Remove static image tag
- Enable dynamic image updates
2025-12-03 14:42:44 +09:00
ae76845f67 FIX(app): fix dev image tag
- Correct dev environment image tag
- Fix deployment reference
2025-12-03 14:42:44 +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