Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f647f commit 14d1235Copy full SHA for 14d1235
1 file changed
config/moda/deployment.yaml
@@ -3,6 +3,9 @@
3
environments:
4
- name: production
5
require_pipeline: true
6
+ # Bumped from default 10m because pod scheduling occasionally pushes
7
+ # rollouts past the timeout even though the deploy itself succeeds.
8
+ timeout: 1200
9
cluster_selector:
10
profile: general
11
region: iad
@@ -201,13 +204,13 @@ pipelines:
201
204
production_rollout:
202
205
thread_notifications: true
203
206
notify_users_via_dm: false
- timeout: 1200
207
+ timeout: 1800
208
stages:
209
- name: full_production
210
kind: deployment
211
config:
212
environment: production
213
214
215
notifications:
216
slack_channels:
0 commit comments