Skip to content

Commit 07fec41

Browse files
Yavor16ikasarov
Yavor16
authored andcommitted
small changes
1 parent 765e248 commit 07fec41

File tree

1 file changed

+2
-2
lines changed
  • blue-green-deploy-strategy/blue-green-deploy-with-live-routes

1 file changed

+2
-2
lines changed

blue-green-deploy-strategy/blue-green-deploy-with-live-routes/README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ resources:
4242
The route from the first provided section (backend-idle-route/provided-idle-route) will work as a default route, meaning it will be resolved to the idle version during testing and then to the live version after continuing.
4343

4444

45-
The route from the second provided section (backend-live-route/provided-live-route) will always be resolved to the live version due to the 'use-live-routes' parameter
45+
The route from the second provided section (backend-live-route/provided-live-route) will always be resolved to the live version due to the 'use-live-routes' parameter.
4646

4747
### Try it out
4848

49-
The example will demonstrate blue-green deployment of one MTA comprised of two applications and one service. The first application, called "hello-backend", is used to provide its route. The second application, called "hello-router", requires the idle route. The service requires the live route.
49+
The example demonstrates blue-green deployment of one MTA, comprised of two applications and one service. The first application, called "hello-backend", is used to provide the route of the MTA. The second application, called "hello-router", requires the idle route. The service requires the live route.
5050
```
5151
cf deploy ./blue-green-deploy-with-live-routes --strategy blue-green --skip-testing-phase
5252
```

0 commit comments

Comments
 (0)