Update updating-existing-app.md

This commit is contained in:
Sam O'Dell 2018-07-13 15:48:07 -07:00 committed by GitHub
parent 6ac7e16b38
commit 88a8a19f47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ kubectl apply -f stage3.yaml
Refresh the original route (http://route-demo.default.YOUR_CUSTOM_DOMAIN.com) a
few times to see that some traffic now goes to version 2 of the app.
> Note, this sample shows a 50/50 split to assure you don't have to refresh too much,
> Note: This sample shows a 50/50 split to assure you don't have to refresh too much,
but it's recommended to start with 1-2% of traffic in a production environment