From 6da9eaec292f48b85e30bcd7506972746d7b0988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Mon, 23 Mar 2026 00:17:46 +0000 Subject: [PATCH] modified: deploy/app/helm-values.yaml --- deploy/app/helm-values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/app/helm-values.yaml b/deploy/app/helm-values.yaml index 5c0ad50..8663ca8 100644 --- a/deploy/app/helm-values.yaml +++ b/deploy/app/helm-values.yaml @@ -8,13 +8,13 @@ replicaCount: 1 livenessProbe: initialDelaySeconds: 60 - periodSeconds: 10 + periodSeconds: 60 timeoutSeconds: 5 failureThreshold: 6 readinessProbe: initialDelaySeconds: 60 - periodSeconds: 10 + periodSeconds: 60 timeoutSeconds: 5 failureThreshold: 12