Hello,
Please your comments, we are incluiding many projects on our OpenShift Service Mesh, on the process, we needed to expose the services using routes, we managed to achieve that creating routes on istio-system namespace. Considering that we want to keep all the resources in the same application namespace including the route, how can we achieve that?
Regards,
Christian
This can be done by adding a second ingress in the smcp gateway section
gateways:
additionalIngress:
istio-second-ingressgateway:
enabled: true
namespace: routes-namespace
Then adjust the gateway to select the specific ingress
spec:
selector:
istio: istio-second-ingressgateway:
Dont forget to make sure that the namespace should also be included in smcp namespace list.
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.