From 94828b871f47da8c0e833fbe17d8a36eba5936af Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Mon, 11 May 2026 02:55:46 +0000 Subject: [PATCH] edit health check --- infrastructure/gatewayapi/healthcheck.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/gatewayapi/healthcheck.yaml b/infrastructure/gatewayapi/healthcheck.yaml index 1c25063..22e70a5 100644 --- a/infrastructure/gatewayapi/healthcheck.yaml +++ b/infrastructure/gatewayapi/healthcheck.yaml @@ -10,6 +10,11 @@ spec: httpHealthCheck: port: 9118 requestPath: /telegram/webhook/default # Or any path that returns 200 + response: "403" + checkIntervalSec: 5 + timeoutSec: 3 + healthyThreshold: 1 + unhealthyThreshold: 2 targetRef: group: "" kind: Service