- Add libs/frontend crate: build.rs runs pnpm build, copies dist/ to
OUT_DIR/dist_blobs/, generates frontend.rs with lazy_static! map
- libs/api/dist.rs serves embedded assets via serve_frontend handler
- Register /{path:.*} SPA fallback in route.rs (after /api/*)
- Remove frontend container from deploy: docker/frontend.Dockerfile,
deploy/templates/frontend-*.yaml, values.yaml frontend section
- Update ingress: gitdata.ai root now routes to app service
- Update scripts: build.js removes frontend step, deploy.js removes frontend
|
||
|---|---|---|
| .. | ||
| _helpers.tpl | ||
| app-deployment.yaml | ||
| email-worker-deployment.yaml | ||
| external-secrets.yaml | ||
| git-hook-deployment.yaml | ||
| gitserver-deployment.yaml | ||
| gitserver-ingress.yaml | ||
| ingress.yaml | ||
| NOTES.txt | ||
| operator-deployment.yaml | ||
| pdb.yaml | ||
| secret.yaml | ||
| static-deployment.yaml | ||
| static-ingress.yaml | ||
| storage.yaml | ||