summaryrefslogtreecommitdiffstats
path: root/clover/test/istio/sdc/route-rule-lb-50-v2.yaml
blob: 529da7876e8cea0379e7576167ce3f04ba1a93cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
apiVersion: config.istio.io/v1alpha2
kind: RouteRule
metadata:
  name: lb-default
spec:
  destination:
    name: http-lb
  precedence: 1
  route:
  - labels:
      version: v1
    weight: 50
  - labels:
      version: v2
    weight: 50