Skip to content

Commit

Permalink
Update gke deployment settings
Browse files Browse the repository at this point in the history
  • Loading branch information
vish-cs committed Dec 23, 2024
1 parent f8c47fb commit e71834d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import-automation/executor/gke/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -80,7 +80,7 @@ metadata:
name: import-executor-app
namespace: import-automation
spec:
replicas: 1
replicas: 3
selector:
matchLabels:
app: import-automation-executor-app
Expand Down

0 comments on commit e71834d

Please sign in to comment.