Implementing deploy config for all apps #99

Open
opened 2021-06-27 19:09:02 +00:00 by decentral1se · 0 comments
Owner

Following from coop-cloud/abra#177 (comment).

It seems the optimal deploy config is the following setup:

deploy:
  update_config:
    failure_action: rollback
    order: start-first
  rollback_config:
    order: start-first
  restart_policy:
    max_attempts: 3
Following from https://git.autonomic.zone/coop-cloud/abra/pulls/177#issue-1507. It seems the optimal deploy config is the following setup: ```yaml deploy: update_config: failure_action: rollback order: start-first rollback_config: order: start-first restart_policy: max_attempts: 3 ```
decentral1se added this to the Beta release milestone 2021-06-27 19:09:02 +00:00
decentral1se added the
enhancement
label 2021-06-27 19:09:02 +00:00
This repo is archived. You cannot comment on issues.
No description provided.