Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-19030

OpenShift Service not defaulting port to 8080

XMLWordPrintable

      When deploying Camel Quarkus in OpenShift with REST operations, the service created in OpenShift defaults its port to 80 (instead of 8080).

      There seems to be a reference issue that was reported describing the problem:

      https://github.com/quarkusio/quarkus/issues/16089

      In previous versions of Camel Quarkus this was not a problem.

      The workaround to force the deployment to set the service with port 8080 is to define the following settings under the application.properties file:

      quarkus.openshift.ports.http.name=http
      quarkus.openshift.ports.http.host-port=8080
      quarkus.openshift.ports.http.container-port=8080

      With the above properties, the service runs with port 8080

      The expectation is to see the service created and using the port 8080 without the workaround above, in line with previous versions of Camel Quarkus

              Unassigned Unassigned
              bmesegue@redhat.com Bruno Meseguer
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: