-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
-Dquarkus.http.host=0.0.0.0 #1154
Comments
I'm not sure if it was decided to do this or not, but I'm pretty sure it shouldn't have been added to the 0.11.0 milestone, as it's still |
@dmlloyd care to elaborate on why this won't be fixed? AFAIK, Quarkus won't work in Kubernetes without this setting |
Fixes #1154, default host should be 0.0.0.0
-Dquarkus.http.host=0.0.0.0 should be the default behavior. From a user perspective, you normally just through your jar (in this case the -runner.jar and the target/lib folder) into your docker image and off you go. Then a simple
docker run -it -p 8080:8080 myimage
just works as expected.
Plus, it just works as expected in Kubernetes as well.
The text was updated successfully, but these errors were encountered: