This commit is contained in:
2024-12-04 02:52:22 +00:00
parent 5eedfe81f0
commit 21b3a988dc
7 changed files with 118 additions and 0 deletions

22
base/virtualService.yaml Normal file
View File

@ -0,0 +1,22 @@
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: rollouts-demo-vsvc1
spec:
gateways:
- rollouts-demo-gateway
hosts:
- a.itstant.com
http:
- name: primary
route:
- destination:
host: rollouts-demo-stable
port:
number: 80
weight: 100
- destination:
host: rollouts-demo-canary
port:
number: 80
weight: 0