Created
December 11, 2017 01:19
-
-
Save joatmon08/f7cc127dfa529a0b97906b4c4db5c261 to your computer and use it in GitHub Desktop.
K8s Istio - Route Configuration Canary
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
| --- | |
| apiVersion: config.istio.io/v1alpha2 | |
| kind: RouteRule | |
| metadata: | |
| name: turquoise-canary | |
| spec: | |
| destination: | |
| name: turquoise | |
| precedence: 3 | |
| route: | |
| - labels: | |
| version: blue | |
| weight: 90 | |
| - labels: | |
| version: green | |
| weight: 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment