Allow percentage-based rolling deployments
This commit is contained in:
2
test/fixtures/deploy_with_group_strategy.yml
vendored
2
test/fixtures/deploy_with_group_strategy.yml
vendored
@@ -14,4 +14,4 @@ registry:
|
||||
|
||||
boot:
|
||||
group_limit: 3
|
||||
group_wait: 30
|
||||
group_wait: 2
|
||||
|
||||
17
test/fixtures/deploy_with_precentage_group_strategy.yml
vendored
Normal file
17
test/fixtures/deploy_with_precentage_group_strategy.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
service: app
|
||||
image: dhh/app
|
||||
servers:
|
||||
web:
|
||||
- "1.1.1.1"
|
||||
- "1.1.1.2"
|
||||
workers:
|
||||
- "1.1.1.3"
|
||||
- "1.1.1.4"
|
||||
|
||||
registry:
|
||||
username: user
|
||||
password: pw
|
||||
|
||||
boot:
|
||||
group_limit: 25%
|
||||
group_wait: 2
|
||||
Reference in New Issue
Block a user