Created
September 24, 2019 07:00
-
-
Save markito/8f9d4bac7661312ceb54ae9a81a1588d to your computer and use it in GitHub Desktop.
RHTE - Last minute
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Update service | |
| kn service update store-app --image=markito/store-app:v2 --requests-memory=300Mi --concurrency-limit=10 --env PAYMENT_SERVICE="http://payment-service.rhte-live.apps.rhte19.markito.org/" | |
| # List revisions | |
| kn revisions list | |
| # Change traffic | |
| kn service update store-app --traffic store-app-yhxwl-5=50,store-app-pymxh-4=50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment