change health check
This commit is contained in:
parent
c25d69d63c
commit
db7e1a00b1
1 changed files with 4 additions and 8 deletions
|
|
@ -6,12 +6,8 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
default:
|
default:
|
||||||
config:
|
config:
|
||||||
type: HTTP
|
type: TCP # Switched from HTTP to TCP
|
||||||
httpHealthCheck:
|
tcpHealthCheck:
|
||||||
port: 9118
|
port: 9118
|
||||||
requestPath: /telegram/webhook/default # Or any path that returns 200
|
checkIntervalSec: 5
|
||||||
response: "403"
|
timeoutSec: 3
|
||||||
targetRef:
|
|
||||||
group: ""
|
|
||||||
kind: Service
|
|
||||||
name: http-tele-webhook
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue