You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Currently, we are always exporting the http port to whatever port number we use in the container.
This is usually not a problem as the actual mapping to to port 80 is done on the Ingress and Route level.
However, if the route is created manually e.g. via oc expose then the exposed port will be 8080 which is not ideal.
We should perform the mapping on the service level, instead.
The text was updated successfully, but these errors were encountered:
Description
Currently, we are always exporting the
http
port to whatever port number we use in the container.This is usually not a problem as the actual mapping to to port
80
is done on theIngress
andRoute
level.However, if the route is created manually e.g. via
oc expose
then the exposed port will be 8080 which is not ideal.We should perform the mapping on the service level, instead.
The text was updated successfully, but these errors were encountered: