39dfb89e57
CHORE(app): reduce replicas to 1
...
- Scale down deployment replicas
- Optimize resource usage
2025-12-30 20:09:01 +09:00
4ac55bdc64
FIX(deploy): fix base deployment image to ghcr.io
...
- Update image reference to ghcr.io
- Fix container registry path
2025-12-30 02:32:17 +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
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
040a27ecc5
REFACTOR(app): change number of replicas
...
- Update deployment replica count
- Adjust scaling configuration
2025-12-09 03:37:57 +09:00
02e7b54020
REFACTOR(app): remove CPU limit
...
- Remove CPU limits from deployment
- Prevent container throttling
2025-12-05 23:09:27 +09:00
f929f35e7f
CHORE(deploy): scale deployment to 2 replicas
...
- Increase replica count for HA
- Improve service reliability
2025-12-03 13:17:00 +09:00
93d746dfc2
FEAT(k8s): add k8s monitoring dashboard
...
- Add monitoring page with Grafana-style UI and real-time charts
- Implement Prometheus metrics API endpoint with comprehensive queries
- Add Chart.js for visualizing cluster metrics
- Include Overview, Resources, Kubernetes, and Network sections
- Support both production (Prometheus) and development (mock) data
- Add PROMETHEUS_URL environment variable to deployment
2025-11-26 22:55:07 +09:00
822afb3215
CHORE(app): add ArgoCD SSL configuration
...
- Enable SSL for ArgoCD API
- Configure TLS settings
2025-11-25 12:30:24 +09:00
124c7723db
CHORE(api): add ArgoCD API integration
...
- Add ArgoCD API endpoint
- Enable ArgoCD connectivity
2025-11-25 12:19:02 +09:00
95584b666a
INIT(deploy): portfolio project setup
...
Add complete portfolio project including:
- Next.js application in services/nextjs
- Docker configurations for dev and prod
- Kubernetes deployment manifests with kustomize
- ArgoCD application configuration
- GitHub Actions workflow for automated builds
2025-11-23 23:40:15 +09:00