fix: declare workbench runtime service

This commit is contained in:
lyon
2026-06-21 20:08:37 +08:00
parent f0e1c0cb6c
commit 96a4cb83b9
+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