fix: tune v03 cloud api health probe budget

This commit is contained in:
lyon
2026-06-18 00:16:42 +08:00
parent 1635767730
commit 2afdb2d9ea
4 changed files with 80 additions and 0 deletions
+10
View File
@@ -277,6 +277,16 @@ lanes:
artifactKind: bun-command
healthPath: /health/live
healthPort: 6667
healthProbe:
readiness:
timeoutSeconds: 3
failureThreshold: 5
liveness:
periodSeconds: 20
timeoutSeconds: 5
failureThreshold: 6
startup:
timeoutSeconds: 3
componentPaths:
- cmd/hwlab-cloud-api/
- cmd/hwlab-codex-api-responses-forwarder/