-
Enhancement
-
Resolution: Done
-
Critical
-
0.3.0
Today, if a Kogito Runtime Service has in its properties file something like:
quarkus.http.port=8090
The runtime will start at 8090 port. We should always override this property since our images have the io.openshift.expose-services fixed in 8080, which is the value the Operator read to create services endpoints.
If the runtime set to 8090 and the service is created based on 8080 the application fails to deploy.
- relates to
-
KOGITO-312 Allow CeKit to clone a git repo before a s2i build
- Closed