Skip to content

Commit

Permalink
fix istio demo: Internal request route not base on weight but replica…
Browse files Browse the repository at this point in the history
… count argoproj#43

Signed-off-by: StyleTang <[email protected]>
  • Loading branch information
StyleTang committed Jan 28, 2024
1 parent f528fdd commit c9a2eaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/istio-subset/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ metadata:
spec:
gateways:
- istio-rollout-gateway
- mesh
hosts:
- istio-rollout.apps.argoproj.io
- istio-rollout.local
- istio-rollout.rollouts-demo-istio.svc.cluster.local
http:
- name: primary
route:
Expand Down
2 changes: 2 additions & 0 deletions examples/istio/virtualservice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ metadata:
spec:
gateways:
- istio-rollout-gateway
- mesh
hosts:
- istio-rollout.apps.argoproj.io
- istio-rollout.local
- istio-rollout-stable.rollouts-demo-istio.svc.cluster.local
http:
- name: primary
route:
Expand Down

0 comments on commit c9a2eaa

Please sign in to comment.