From d0579b383f7155ab66c1aae54d6a830158b33241 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Thu, 19 Oct 2023 19:19:32 +0100 Subject: [PATCH] update readiness probe --- helm-charts/infisical/templates/backend-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helm-charts/infisical/templates/backend-deployment.yaml b/helm-charts/infisical/templates/backend-deployment.yaml index 0c7f3c903..dced5f0a2 100644 --- a/helm-charts/infisical/templates/backend-deployment.yaml +++ b/helm-charts/infisical/templates/backend-deployment.yaml @@ -37,8 +37,8 @@ spec: httpGet: path: /api/status port: 8080 - initialDelaySeconds: 50 - periodSeconds: 30 + initialDelaySeconds: 10 + periodSeconds: 10 ports: - containerPort: 8080 envFrom: