Port 8080 on OpenShift Online

Posted on

Hi,
I deployed a "HelloWorld" application (Java - SpringBoot running on port 8080) on OpenShift online (free version)
All seems to work but:
- if I call the app from Internet to http://host/ it works
- if I call the app from Internet to http://host:8080/ it doesn't work
- if I call the app from inside the POD terminal with curl on http://:8080/ it works

Is port 8080 disable by default? Is it possibile to enable on free version of OpenShift online?

Responses