From 0105b93d6d3143d6cbf9109308cf96882d37d577 Mon Sep 17 00:00:00 2001
From: Anatolii_Hrychaniuk <Anatolii_Hrychaniuk@epam.com>
Date: Fri, 22 Sep 2023 14:52:06 +0300
Subject: [PATCH] Update path for health check

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

diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml
index 97e5dcc2e..f18b9b7f3 100644
--- a/devops/gc/deploy/templates/deployment.yaml
+++ b/devops/gc/deploy/templates/deployment.yaml
@@ -56,7 +56,7 @@ spec:
         - containerPort: 8080
         livenessProbe:
           httpGet:
-            path: /health
+            path: /api/storage/v2/health
             port: 8080
           initialDelaySeconds: 250
           periodSeconds: 10
-- 
GitLab