feat: add dev deploy health skeleton

This commit is contained in:
HWLAB Code Queue
2026-05-21 15:05:29 +00:00
parent 440ef6adaf
commit b666f30747
16 changed files with 1475 additions and 13 deletions
+22
View File
@@ -5,3 +5,25 @@
The MVP acceptance environment is DEV only, with endpoint
`http://74.48.78.17:6667`. PROD profile fields may be represented in schema for
future compatibility, but PROD deployment is not part of MVP acceptance.
## L5 DEV Skeleton
- `deploy/deploy.json` is the DEV-only deploy manifest.
- `deploy/k8s/base` contains parseable k3s resource skeletons for the frozen
HWLAB service IDs.
- `deploy/k8s/dev` contains the DEV health contract and endpoint metadata.
- `deploy/k8s/prod` is a disabled placeholder gate only.
- `deploy/frp` describes the D601-to-master reverse link without secrets.
- `deploy/master-edge` describes public edge ownership and health boundaries.
Next DEV deploy smoke commands, for a separately authorized deployment task:
```sh
npm run check
node -e "JSON.parse(require('node:fs').readFileSync('deploy/deploy.json','utf8'))"
kubectl apply --dry-run=server -k deploy/k8s/dev
curl -fsS http://74.48.78.17:6667/health/live
```
Do not run PROD deployment or substitute UniDesk backend, provider-gateway, or
microservice proxy for HWLAB runtime services.