snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Kubernetes service http port should be exposed as 80 #237

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

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.


https://github.com/quarkusio/quarkus/issues/13945


$upstream:13945$