Merge pull request #1445 from pikasTech/fix/1422-edge-proxy-probe
fix: 放宽 v03 edge-proxy 健康探针预算
This commit is contained in:
@@ -349,6 +349,16 @@ lanes:
|
|||||||
artifactKind: bun-command
|
artifactKind: bun-command
|
||||||
healthPath: /health
|
healthPath: /health
|
||||||
healthPort: 6667
|
healthPort: 6667
|
||||||
|
healthProbe:
|
||||||
|
readiness:
|
||||||
|
timeoutSeconds: 3
|
||||||
|
failureThreshold: 5
|
||||||
|
liveness:
|
||||||
|
periodSeconds: 20
|
||||||
|
timeoutSeconds: 5
|
||||||
|
failureThreshold: 6
|
||||||
|
startup:
|
||||||
|
timeoutSeconds: 3
|
||||||
componentPaths:
|
componentPaths:
|
||||||
- cmd/hwlab-edge-proxy/
|
- cmd/hwlab-edge-proxy/
|
||||||
- internal/dev-entrypoint/http.mjs
|
- internal/dev-entrypoint/http.mjs
|
||||||
|
|||||||
Reference in New Issue
Block a user