From 81c5d05d25c9b7d03fb5245d8e77c77e448986c2 Mon Sep 17 00:00:00 2001 From: sHa Date: Fri, 20 Mar 2026 19:32:19 +0200 Subject: [PATCH] fix: update livenessProbe initialDelaySeconds and add failureThreshold --- helm/templates/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/templates/deployment.yaml b/helm/templates/deployment.yaml index 6e2a55b..bd970f7 100644 --- a/helm/templates/deployment.yaml +++ b/helm/templates/deployment.yaml @@ -35,8 +35,9 @@ spec: livenessProbe: tcpSocket: port: http - initialDelaySeconds: 5 + initialDelaySeconds: 20 periodSeconds: 10 + failureThreshold: 5 readinessProbe: tcpSocket: port: http