Created
December 11, 2017 00:46
-
-
Save joatmon08/7b98fb3a41aff92a335e247ee7b07ff7 to your computer and use it in GitHub Desktop.
K8s Istio - Route Configuration Default Blue
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-default | |
| spec: | |
| destination: | |
| name: turquoise | |
| precedence: 1 | |
| route: | |
| - labels: | |
| version: blue | |
| weight: 100 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment