Last active
December 11, 2017 01:05
-
-
Save joatmon08/79cf0b5b88f2faa19a274c878864b51e to your computer and use it in GitHub Desktop.
K8s Istio - Route Configuration Test Green
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-test-green | |
| spec: | |
| destination: | |
| name: turquoise | |
| precedence: 2 | |
| match: | |
| request: | |
| headers: | |
| user: | |
| regex: "joatmon08" | |
| route: | |
| - labels: | |
| version: green |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment