Commit Graph

17 Commits

Author SHA1 Message Date
8a52143210 REFACTOR(app): remove monitoring page
- Remove monitoring dashboard
- Clean up unused features
2025-11-26 23:37:52 +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
efd7549a29 CHORE(app): trigger CD pipeline
- Trigger continuous deployment
- Update deployment
2025-11-25 14:03:06 +09:00
5a48c69590 REFACTOR(app): change SSL from fetch to HTTPS
- Update SSL configuration
- Use HTTPS for API calls
2025-11-25 12:59:23 +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
d6039585d9 FEAT(app): add ArgoCD to skills
- Add ArgoCD skill badge
- Update skills section
2025-11-24 21:41:54 +09:00
028b96f894 FIX(docker): fix docker/metadata-action prefix
- Match prefix with extraction logic
- Fix image tag generation
2025-11-24 21:35:00 +09:00
556d567cdd REFACTOR(docker): use full SHA tag
- Use full SHA for image tags
- Match docker/metadata-action format
2025-11-24 21:18:42 +09:00
09390ddb4e FIX(ci): fix SHA tag extraction
- Handle both full and short SHA formats
- Improve tag parsing logic
2025-11-24 21:10:40 +09:00
703d14f2bb REFACTOR(app): remove duplicated lighthouse
- Remove duplicate Lighthouse config
- Clean up configuration
2025-11-24 21:03:07 +09:00
ff2810710c CHORE(test): specify skills
- Update skills section
- Add skill details
2025-11-24 20:17:57 +09:00
aff264c1b2 CHORE(app): increase memory limits
- Increase memory limits
- Better utilize resourcequota
2025-11-24 15:28:27 +09:00
d33f0e36fb FEAT(app): add resourcequota
- Add resourcequota
- Prevent memory overflow
2025-11-24 15:26:42 +09:00
b1b5b8d210 CHORE(app): increase memory to 200Mi
- Memory limit: 100Mi -> 200Mi
- Memory request: 50Mi -> 100Mi
- Required for Next.js with sharp package
2025-11-24 14:40:58 +09:00
48aedbac95 CHORE(app): reduce memory to 100Mi
- Memory limit: 200Mi -> 100Mi
- Memory request: 100Mi -> 50Mi
- Current usage is only ~36Mi, so 100Mi limit is sufficient
2025-11-24 14:09:34 +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