Configure Deployment Timeouts

CD-as-a-ServiceFeature

CD-as-a-Service now allows you to configure a timeout for your deployment. By default, if pods for your application fail to be in ready state in 30 minutes, the deployment times out and rolls back. You can now configure this timeout if your pods take longer to start, or if you want deployments to timeout and rollback faster.

To configure the timeout, you can add the following as a top level block in your CD-as-a-Service deployment yaml.

deploymentConfig:
  timeout:
    unit: minutes
    duration: 1
Armory logo

Sep

15

New on the deployment graph: Deployment triggers with source context!

CD-as-a-ServiceFeature