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

-Dquarkus.http.host=0.0.0.0 #1154

Closed
burrsutter opened this issue Mar 2, 2019 · 2 comments
Closed

-Dquarkus.http.host=0.0.0.0 #1154

burrsutter opened this issue Mar 2, 2019 · 2 comments
Labels
triage/wontfix This will not be worked on

Comments

@burrsutter
Copy link

-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.

stuartwdouglas referenced this issue in stuartwdouglas/quarkus-old Mar 4, 2019
stuartwdouglas referenced this issue in stuartwdouglas/quarkus-old Mar 4, 2019
@gsmet gsmet added this to the 0.11.0 milestone Mar 6, 2019
@Ladicek
Copy link
Contributor

Ladicek commented Mar 7, 2019

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 localhost now: https://github.com/quarkusio/quarkus/blob/master/extensions/undertow/runtime/src/main/java/io/quarkus/undertow/runtime/HttpConfig.java#L56

@dmlloyd dmlloyd removed this from the 0.11.0 milestone Mar 7, 2019
@dmlloyd dmlloyd added triage/wontfix This will not be worked on and removed nice-first-public-release labels Mar 7, 2019
@gastaldi
Copy link
Contributor

gastaldi commented Mar 7, 2019

@dmlloyd care to elaborate on why this won't be fixed? AFAIK, Quarkus won't work in Kubernetes without this setting

stuartwdouglas added a commit that referenced this issue Mar 8, 2019
Fixes #1154, default host should be 0.0.0.0
maxandersen pushed a commit to maxandersen/quarkus that referenced this issue Nov 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

7 participants