From f47ac07aefdd112a51c6c45e2075453fc2bccc17 Mon Sep 17 00:00:00 2001
From: Anatolii_Hrychaniuk <Anatolii_Hrychaniuk@epam.com>
Date: Tue, 26 Sep 2023 11:37:59 +0300
Subject: [PATCH] add failureThreshold for gcp deployment

---
 devops/gc/deploy/templates/deployment.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml
index 75ffed0cc..c7865fc0c 100644
--- a/devops/gc/deploy/templates/deployment.yaml
+++ b/devops/gc/deploy/templates/deployment.yaml
@@ -55,10 +55,11 @@ spec:
         ports:
         - containerPort: 8080
         livenessProbe:
+          failureThreshold: 3
           httpGet:
             path: /api/storage/v2/health
             port: 8080
-          initialDelaySeconds: 60
+          initialDelaySeconds: 120
           periodSeconds: 10
         resources:
           requests:
-- 
GitLab