Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Set 0.0.0.0 as a host to run Quarkus app (#318)
Browse files Browse the repository at this point in the history
* Set host to run quarkus app

Signed-off-by: svor <vsvydenk@redhat.com>

* Add QUARKUS_HTTP_HOST env

Signed-off-by: svor <vsvydenk@redhat.com>
  • Loading branch information
svor authored Dec 21, 2020
1 parent 0093cdb commit 117efdd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion devfiles/quarkus/devfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ components:
-Dsun.zip.disableMemoryMapping=true -Xms20m -Djava.security.egd=file:/dev/./urandom
-Duser.home=/home/user"
- name: MAVEN_OPTS
value: $(JAVA_OPTS)
value: $(JAVA_OPTS)
- name: QUARKUS_HTTP_HOST
value: 0.0.0.0
memoryLimit: 4G
mountSources: true
volumes:
Expand Down

0 comments on commit 117efdd

Please sign in to comment.