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