Skip to content

Commit 0d2bfbe

Browse files
committed
fix istio demo: Internal request route not base on weight but replica count #43
1 parent f528fdd commit 0d2bfbe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

examples/istio-subset/virtualservice.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ metadata:
55
spec:
66
gateways:
77
- istio-rollout-gateway
8+
- mesh
89
hosts:
910
- istio-rollout.apps.argoproj.io
1011
- istio-rollout.local
12+
- istio-rollout.rollouts-demo-istio.svc.cluster.local
1113
http:
1214
- name: primary
1315
route:

examples/istio/virtualservice.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ metadata:
55
spec:
66
gateways:
77
- istio-rollout-gateway
8+
- mesh
89
hosts:
910
- istio-rollout.apps.argoproj.io
1011
- istio-rollout.local
12+
- istio-rollout-stable.rollouts-demo-istio.svc.cluster.local
1113
http:
1214
- name: primary
1315
route:

0 commit comments

Comments
 (0)