cancel
Showing results for 
Search instead for 
Did you mean: 
  • 49 Views

Service Mesh route creation on application namespace

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

1 Reply
MarkosS
Flight Engineer
Flight Engineer
  • 26 Views

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.

0 Kudos
Join the discussion
You must log in to join this conversation.