edit health check
This commit is contained in:
parent
0fb9e93a14
commit
94828b871f
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@ spec:
|
||||||
httpHealthCheck:
|
httpHealthCheck:
|
||||||
port: 9118
|
port: 9118
|
||||||
requestPath: /telegram/webhook/default # Or any path that returns 200
|
requestPath: /telegram/webhook/default # Or any path that returns 200
|
||||||
|
response: "403"
|
||||||
|
checkIntervalSec: 5
|
||||||
|
timeoutSec: 3
|
||||||
|
healthyThreshold: 1
|
||||||
|
unhealthyThreshold: 2
|
||||||
targetRef:
|
targetRef:
|
||||||
group: ""
|
group: ""
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue