Created
June 11, 2020 05:01
-
-
Save velotiotech/7ae11778ed37b7ccb733c69c3e22f184 to your computer and use it in GitHub Desktop.
This file contains 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: reviews-default | |
spec: | |
destination: | |
name: reviews | |
precedence: 1 | |
route: | |
- labels: | |
version: v1 | |
weight: 50 | |
- labels: | |
version: v3 | |
weight: 50 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment