All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Directory Changes: - Moved old unused files to 'old/' directory: - server.js, package.json, package-lock.json, node_modules - data/, public/, run_ora_map.sh, README copy.md - Clean root structure with only backend/ and frontend/ dirs - Updated .gitignore to ignore old directories Helm Chart Updates (oramap/): - Updated Chart.yaml to v0.2.0 with proper description - Split values.yaml for separate backend and frontend configurations - Created separate deployments for backend and frontend - Created separate services for backend (port 3000) and frontend (port 80) - Added ConfigMap for nginx configuration in Kubernetes - Added volume mounts for nginx config in frontend deployment - Updated ingress to route to frontend service - Added proper health checks for both services - Added resource limits and requests Frontend Updates: - Enhanced nginx.conf with dynamic backend routing - Supports both Docker Compose and Kubernetes service discovery This enables proper microservices deployment in Kubernetes with: - Separate scaling for frontend and backend - Independent deployments and rollbacks - Proper service discovery and load balancing
20 lines
143 B
Plaintext
20 lines
143 B
Plaintext
node_modules/
|
|
package-lock.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
nul
|
|
|
|
# Old files
|
|
old/
|
|
old-project/
|
|
oramap-chart/
|
|
|