From 064773c96be90372a8f7dabc8aba1b14c3494177 Mon Sep 17 00:00:00 2001 From: lyon Date: Thu, 18 Jun 2026 00:53:38 +0800 Subject: [PATCH] fix: tune v03 edge proxy health probe budget --- deploy/deploy.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/deploy/deploy.yaml b/deploy/deploy.yaml index 2eb663ac..9a96efcd 100644 --- a/deploy/deploy.yaml +++ b/deploy/deploy.yaml @@ -349,6 +349,16 @@ lanes: artifactKind: bun-command healthPath: /health healthPort: 6667 + healthProbe: + readiness: + timeoutSeconds: 3 + failureThreshold: 5 + liveness: + periodSeconds: 20 + timeoutSeconds: 5 + failureThreshold: 6 + startup: + timeoutSeconds: 3 componentPaths: - cmd/hwlab-edge-proxy/ - internal/dev-entrypoint/http.mjs