From f34b26ac9bd8a79b0140bb610856bfece7fe195c Mon Sep 17 00:00:00 2001
From: KlausIllmayer <32734849+KlausIllmayer@users.noreply.github.com>
Date: Wed, 18 Sep 2024 17:29:21 +0200
Subject: [PATCH] Update deployment-maketplace.yaml - raise initialDelaySeconds

give more time for the deployment on k8s
---
 chart/templates/deployment-maketplace.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chart/templates/deployment-maketplace.yaml b/chart/templates/deployment-maketplace.yaml
index 200eae85..49a27c6f 100644
--- a/chart/templates/deployment-maketplace.yaml
+++ b/chart/templates/deployment-maketplace.yaml
@@ -50,7 +50,7 @@ spec:
               path: /api/property-types
               port: 8080
               scheme: HTTP
-            initialDelaySeconds: 30
+            initialDelaySeconds: 90
             periodSeconds: 10
             successThreshold: 1
             timeoutSeconds: 3
@@ -65,7 +65,7 @@ spec:
               path: /api/property-types
               port: 8080
               scheme: HTTP
-            initialDelaySeconds: 30
+            initialDelaySeconds: 90
             periodSeconds: 10
             successThreshold: 1
             timeoutSeconds: 3