From 7bbee0365f90ef6a252785a1d8b26890ca13b8de Mon Sep 17 00:00:00 2001 From: Steve Waterworth Date: Tue, 3 Sep 2019 10:27:22 +0100 Subject: [PATCH] rename istio file --- K8s/Istio/{destination.yaml => canary.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename K8s/Istio/{destination.yaml => canary.yaml} (80%) diff --git a/K8s/Istio/destination.yaml b/K8s/Istio/canary.yaml similarity index 80% rename from K8s/Istio/destination.yaml rename to K8s/Istio/canary.yaml index 5b08a62..2f76907 100644 --- a/K8s/Istio/destination.yaml +++ b/K8s/Istio/canary.yaml @@ -1,3 +1,5 @@ +# Canary testing using Istio +# The DestinationRule defines the subsets by Deployment label --- apiVersion: networking.istio.io/v1alpha3 kind: DestinationRule @@ -13,7 +15,7 @@ spec: labels: stage: test --- -# VirtualService subset references DestinationRule subsets.name +# VirtualService subset references DestinationRule spec.subsets.name apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: