Last active
August 13, 2019 20:14
-
-
Save Pothulapati/c2b8c33c19f1d945f511c2d6ce16b28d to your computer and use it in GitHub Desktop.
trafficsplit
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: split.smi-spec.io/v1alpha1 | |
| kind: TrafficSplit | |
| metadata: | |
| name: reviews-rollout | |
| spec: | |
| service: reviews | |
| backends: | |
| - service: reviews-v2 | |
| weight: 500m | |
| - service: reviews-v3 | |
| weight: 500m |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment