fix: align v0.3 public ports

This commit is contained in:
Codex Agent
2026-06-09 03:13:32 +08:00
parent 1912c32160
commit bdc90fb294
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ node scripts/hwlab-lane-expand.mjs configure --lane v03 --from v02 --write
| `v03` | artifact catalog `deploy/artifact-catalog.v03.json` |
| `v03` | Argo Application `hwlab-node-v03` |
| `v03` | Tekton Pipeline `hwlab-v03-ci-image-publish` |
| `v03` | default legacy FRP ports `19766/19767` |
| `v03` | default legacy FRP ports `20666/20667` |
后续 lane 按同一公式递增,默认端口为 `19466 + minor * 100` 和后一位 API 端口;如端口已被占用,必须在 CLI 参数中显式给出 `--web-port` / `--api-port`,并把结果写回 `deploy/deploy.yaml`,不要在 render、Tekton 或 FRP 文件里手改。
后续 lane 按同一公式递增,默认端口为 `17666 + minor * 1000` 和后一位 API 端口;如端口已被占用,必须在 CLI 参数中显式给出 `--web-port` / `--api-port`,并把结果写回 `deploy/deploy.yaml`,不要在 render、Tekton 或 FRP 文件里手改。
## 单一配置点