diff --git a/manifests/kustomize/options/istio/virtual-service.yaml b/manifests/kustomize/options/istio/virtual-service.yaml index e410e6c94..41f17ffe6 100644 --- a/manifests/kustomize/options/istio/virtual-service.yaml +++ b/manifests/kustomize/options/istio/virtual-service.yaml @@ -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: