From 0ad15ea2a46550f94aa6e6fb36b45ccce58b9e36 Mon Sep 17 00:00:00 2001
From: Anatolii_Hrychaniuk <Anatolii_Hrychaniuk@epam.com>
Date: Wed, 20 Sep 2023 14:51:27 +0300
Subject: [PATCH] changed port 1

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

diff --git a/devops/gc/deploy/templates/deployment.yaml b/devops/gc/deploy/templates/deployment.yaml
index aab9ac972..b552b7e1b 100644
--- a/devops/gc/deploy/templates/deployment.yaml
+++ b/devops/gc/deploy/templates/deployment.yaml
@@ -57,8 +57,8 @@ spec:
         livenessProbe:
           httpGet:
             path: /health
-            port: 8081
-          initialDelaySeconds: 30
+            port: 8080
+          initialDelaySeconds: 270
           periodSeconds: 10
         resources:
           requests:
-- 
GitLab