rename istio file
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# Canary testing using Istio
|
||||||
|
# The DestinationRule defines the subsets by Deployment label
|
||||||
---
|
---
|
||||||
apiVersion: networking.istio.io/v1alpha3
|
apiVersion: networking.istio.io/v1alpha3
|
||||||
kind: DestinationRule
|
kind: DestinationRule
|
||||||
@@ -13,7 +15,7 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
stage: test
|
stage: test
|
||||||
---
|
---
|
||||||
# VirtualService subset references DestinationRule subsets.name
|
# VirtualService subset references DestinationRule spec.subsets.name
|
||||||
apiVersion: networking.istio.io/v1alpha3
|
apiVersion: networking.istio.io/v1alpha3
|
||||||
kind: VirtualService
|
kind: VirtualService
|
||||||
metadata:
|
metadata:
|
Reference in New Issue
Block a user