Istio redirect trafic to another service in another namespace

Hi all. There is k8s cluster with two namespaces testing and stable, there is an istio. There is a service svc-stable in namespace stable, namespace testing there isn’t any services. How to redirect incoming trafic to non-existent service in namespace testing to service svc-stable in namespace stable. Do you have such experience?