This website requires JavaScript.
Explore
Help
Register
Sign In
andresgarcia0313
/
academia
Watch
1
Star
0
Fork
You've already forked academia
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
389c637152
academia
/
start.backend.sh
3 lines
50 B
Bash
Raw
Normal View
History
Unescape
Escape
feat(deploy): add Docker and Kubernetes deployment Docker: - Multi-stage Dockerfile for API (.NET 10) - Multi-stage Dockerfile for frontend (Angular + Nginx) - docker-compose.yml with resource optimization - Nginx reverse proxy configuration - Health checks for all services Kubernetes (k3s): - Namespace and ConfigMap - SQL Server StatefulSet with PVC - API Deployment with HPA - Frontend Deployment - Services and Ingress - Network policies for security - Secrets management Resource optimization: - SQL Server Express with 1GB RAM limit - API with 512MB limit - Frontend with 128MB limit Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 04:00:41 +00:00
#!/bin/bash
chore(deploy): update deployment config and add utility scripts Docker: - docker-compose.yml: optimize resource allocation - start.sh: improve startup sequence - docker-mssql/: add standalone SQL Server config for local dev Kubernetes (K3s): - hpa.yaml: adjust autoscaling thresholds - kustomization.yaml: add new resource references - secrets.yaml: update secret structure Utility scripts: - start.backend.sh: fix environment variables - start.db.sh: database initialization script - start.db.simple.sh: simplified DB startup - generate-docs.sh: PlantUML diagram generation Misc: - index.html: landing page redirect Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 12:44:43 +00:00
dotnet run --project src/backend/Host