Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes service http port should be exposed as 80 #13945

Closed
iocanel opened this issue Dec 17, 2020 · 1 comment
Closed

Kubernetes service http port should be exposed as 80 #13945

iocanel opened this issue Dec 17, 2020 · 1 comment
Assignees
Labels

Comments

@iocanel
Copy link
Contributor

iocanel commented Dec 17, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant