From 6c5d33ba097c7cce07487db5a6fa306cb0e9cc8f Mon Sep 17 00:00:00 2001 From: Stephen Wong Date: Wed, 18 Apr 2018 16:27:59 -0700 Subject: Experimental commit for A-B testing with Clover Fraser release and on the SDC application Change-Id: I6e1bd84a6d674a2c4c4484722b20415f5402a59c Signed-off-by: Stephen Wong --- clover/test/istio/sdc/route-rule-lb-v1.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 clover/test/istio/sdc/route-rule-lb-v1.yaml (limited to 'clover/test/istio/sdc/route-rule-lb-v1.yaml') diff --git a/clover/test/istio/sdc/route-rule-lb-v1.yaml b/clover/test/istio/sdc/route-rule-lb-v1.yaml new file mode 100644 index 0000000..a3cac3a --- /dev/null +++ b/clover/test/istio/sdc/route-rule-lb-v1.yaml @@ -0,0 +1,11 @@ +apiVersion: config.istio.io/v1alpha2 +kind: RouteRule +metadata: + name: lb-default +spec: + destination: + name: http-lb + precedence: 1 + route: + - labels: + version: v1 -- cgit 1.2.3-korg