From e71834dc1d699da73e50cf29eba8a32a2180f7fe Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Fri, 13 Dec 2024 03:01:37 +0000 Subject: [PATCH] Update gke deployment settings --- import-automation/executor/gke/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import-automation/executor/gke/deployment.yaml b/import-automation/executor/gke/deployment.yaml index 309dee7eee..d8ab70a797 100644 --- a/import-automation/executor/gke/deployment.yaml +++ b/import-automation/executor/gke/deployment.yaml @@ -43,7 +43,7 @@ metadata: namespace: import-automation spec: # Note that this timeout must account for the entire duration of preprocess scripts. - timeoutSec: 600 + timeoutSec: 1800 connectionDraining: drainingTimeoutSec: 600 healthCheck: @@ -80,7 +80,7 @@ metadata: name: import-executor-app namespace: import-automation spec: - replicas: 1 + replicas: 3 selector: matchLabels: app: import-automation-executor-app