-
Bug
-
Resolution: Obsolete
-
Major
-
camel-quarkus-2.2-GA
-
None
-
False
-
None
-
False
-
%
-
Todo
-
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
- is duplicated by
-
CEQ-844 OpenShift Service not defaulting port to 8080
- To Do