b12e11cb18
REFACTOR(app): change application icon
...
- Update app icon
- Refresh branding
2025-12-09 22:13:28 +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
dbf3cc35af
CHORE(app): check CD for ArgoCD
...
- Verify ArgoCD deployment
- Test CD pipeline
2025-12-03 15:29:38 +09:00
9c2ee69c1d
CHORE(ci): check if GitHub Actions works
...
- Test GitHub Actions workflow
- Verify CI pipeline
2025-12-03 15:17:59 +09:00
ce5cd20cdc
CHORE(ui): update projects component and add icons
...
- Update Projects component design
- Add project icons
2025-12-03 13:17:00 +09:00
cd6dbf5c14
FIX(app): fix navbar error
...
- Fix navigation bar issue
- Correct component rendering
2025-11-30 23:05:40 +09:00
c6c065ef77
FIX(deps): update @swc/helpers
...
- Update @swc/helpers
- Satisfy next-intl dependency
2025-11-30 09:59:01 +09:00
e7547f8b6a
FEAT(app): add internationalization (i18n)
...
- Add multi-language support
- Configure i18n settings
2025-11-30 01:55:02 +09:00
21ce616024
CHORE(style): add responsive Tailwind CSS
...
- Implement responsive design
- Add custom Tailwind styles
2025-11-30 01:37:30 +09:00
60aa253572
FEAT(app): add Grafana integration
...
- Add Grafana dashboard link
- Enable monitoring access
2025-11-29 22:58:17 +09:00
4af1185731
REFACTOR(ui): remove subpages
...
- Remove unused subpages
- Simplify navigation structure
2025-11-28 21:32:50 +09:00
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
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
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
42486f42a6
PERF(app): optimize images (10x smaller)
...
- Optimize images for faster loading
- Reduce size from 10.8mb to 0.88mb
2025-11-24 15:39:53 +09:00
fb98ab0369
CHORE(ui): use static image imports
...
- Convert project images to static imports
- Improve performance
2025-11-24 15:22:27 +09:00
6c4ac9b1f0
CHORE(deps): update package-lock.json
...
- Regenerate package-lock.json with sharp ^0.33.5
- Fixes npm ci errors in GitHub Actions build
2025-11-24 14:34:32 +09:00
e6b0693256
FEAT(deps): add sharp for image opt
...
- Add sharp ^0.33.5 to dependencies
- Fixes image optimization errors in standalone build
- Required for Next.js Image component in production
2025-11-24 14:29:38 +09:00
c177622c2d
REFACTOR(deploy): remove basepath config
...
- Comment out basePath and assetPrefix settings
- Apps will now work at root path (/) without path prefix
- Prepares for NodePort-based deployment strategy
2025-11-24 00:24:17 +09:00
5253e7d035
FIX(config): fix image loading config
...
- Add images.unoptimized: true for standalone builds
- This ensures images load correctly with basePath
- Fixes public folder asset loading issues
2025-11-24 00:10:21 +09:00
c468aa2ca1
FEAT(config): add /portfolio basepath
...
- Set basePath to '/portfolio' for proper path-based routing
- Set assetPrefix to '/portfolio' for static asset loading
- This allows the app to work correctly under /portfolio path
2025-11-24 00:06:44 +09:00
913575ecc0
FIX(app): replace submodule with files
...
- Remove services/nextjs as git submodule
- Add complete Next.js application source code
- Include package.json and package-lock.json for npm cache
- This fixes the GitHub Actions cache error
2025-11-23 23:43:22 +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