Commit Graph

106 Commits

Author SHA1 Message Date
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
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