Merge pull request #1835 from pikasTech/fix/1832-service-declaration-fix-20260621

fix: 声明 Workbench runtime 服务
This commit is contained in:
Lyon
2026-06-21 20:09:10 +08:00
committed by GitHub
+15 -15
View File
@@ -369,21 +369,21 @@ lanes:
HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_JITTER_MS: "15000"
HWLAB_CODE_AGENT_AGENTRUN_PROJECTION_RESUME_FAILURE_BACKOFF_MS: "120000"
observable: true
hwlab-workbench-runtime:
runtimeKind: go-service
entrypoint: cmd/hwlab-workbench-runtime/main.go
artifactKind: go-service
healthPath: /health/ready
healthPort: 6671
componentPaths:
- go.mod
- go.sum
- cmd/hwlab-workbench-runtime/
- internal/workbenchruntime/
- deploy/runtime/boot/hwlab-workbench-runtime.sh
env:
TZ: Asia/Shanghai
observable: true
hwlab-workbench-runtime:
runtimeKind: go-service
entrypoint: cmd/hwlab-workbench-runtime/main.go
artifactKind: go-service
healthPath: /health/ready
healthPort: 6671
componentPaths:
- go.mod
- go.sum
- cmd/hwlab-workbench-runtime/
- internal/workbenchruntime/
- deploy/runtime/boot/hwlab-workbench-runtime.sh
env:
TZ: Asia/Shanghai
observable: true
hwlab-user-billing:
runtimeKind: go-service
entrypoint: cmd/hwlab-user-billing/main.go