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