Skip to content

Commit

Permalink
fix istio vs for REST API
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs committed May 19, 2024
1 parent 4374347 commit 696fc57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions manifests/kustomize/options/istio/virtual-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ spec:
- kubeflow-gateway
hosts:
- '*'
tcp:
http:
- match:
- port: 8080
- uri:
prefix: /model-registry/
rewrite:
uri: /
route:
- destination:
host: model-registry-service.kubeflow.svc.cluster.local
port:
number: 8080
tcp:
- match:
- port: 9090
route:
Expand Down

0 comments on commit 696fc57

Please sign in to comment.