fix: freeze dev ports and edge health

This commit is contained in:
lyon
2026-05-22 11:16:29 +08:00
parent b1f4e6e52d
commit 59bd0a36fa
42 changed files with 169 additions and 132 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
`deploy.schema.json` defines the future `deploy/deploy.json` manifest shape.
The MVP acceptance environment is DEV only, with endpoint
`http://74.48.78.17:6667`. PROD profile fields may be represented in schema for
`http://74.48.78.17:16667`. PROD profile fields may be represented in schema for
future compatibility, but PROD deployment is not part of MVP acceptance.
## L5 DEV Skeleton
@@ -27,7 +27,7 @@ Next DEV deploy smoke commands, for a separately authorized deployment task:
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
curl -fsS http://74.48.78.17:16667/health/live
node scripts/dev-edge-health-smoke.mjs --live --write-report
```