From 34a1111e10ceeea58a1e206668ba433efbbe18a4 Mon Sep 17 00:00:00 2001 From: Mukul Garg <37508311+mukulgit123@users.noreply.github.com> Date: Mon, 27 May 2024 16:54:18 +0200 Subject: [PATCH] fix: Fixed liveness periodseconds to 10 so that crashloopback off doesn't happen which causesexpired lease to get stuck. --- config/core/deployments/webhook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/core/deployments/webhook.yaml b/config/core/deployments/webhook.yaml index 338305e9a68c..833e10c2f629 100644 --- a/config/core/deployments/webhook.yaml +++ b/config/core/deployments/webhook.yaml @@ -107,7 +107,7 @@ spec: scheme: HTTPS port: 8443 livenessProbe: - periodSeconds: 1 + periodSeconds: 10 httpGet: scheme: HTTPS port: 8443