From 41d53d0bae726d7c41c3553110e337fe4ca80072 Mon Sep 17 00:00:00 2001 From: asimazmi <--global> Date: Sat, 2 May 2020 16:00:49 -0400 Subject: [PATCH] #88 created a virtual service and destination rules with 50/50 traffic routing between 2 deployments --- istiofiles/istio_rules_canary.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/istiofiles/istio_rules_canary.yaml b/istiofiles/istio_rules_canary.yaml index 68bf4d8..46d8fee 100644 --- a/istiofiles/istio_rules_canary.yaml +++ b/istiofiles/istio_rules_canary.yaml @@ -11,11 +11,11 @@ spec: - destination: host: ui subset: original - weight: 80 - -destination: + weight: 50 + - destination: host: ui subset: canary - weight: 20 + weight: 50 --- kind: DestinationRule apiVersion: networking.istio.io/v1alpha3