Uploaded image for project: 'OpenShift Service Mesh'
  1. OpenShift Service Mesh
  2. OSSM-6139

Ingress route has invalid Target port

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • OSSM 2.5.1
    • OSSM 2.5.1
    • Maistra
    • None

      When I install OCCM 2.5.1 with default 2.5 SMCP, the `istio-ingressgateway` route is not available, because the Target port is 8080, but ` istio-ingressgateway` servise have only

      status-port        15021
      http2                 80
      https                443
      

      Probably due tothis change https://github.com/maistra/istio/commit/eb8ce0efafd85d5a8d80528bed6d486217f3d5e3

      Workaround:

      oc patch route istio-ingressgateway -p '{"spec": {"port": {"targetPort": "http2"}}}' 

              jewertow@redhat.com Jacek Ewertowski
              mkralik@redhat.com Matej Kralik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: