Skip to content

Commit

Permalink
Use quarkus.http.port as the default for Jib's exposed ports
Browse files Browse the repository at this point in the history
  • Loading branch information
geoand committed Feb 15, 2021
1 parent 4f51057 commit f219b48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public class JibConfig {
/**
* The ports to expose
*/
@ConfigItem(defaultValue = "8080")
@ConfigItem(defaultValue = "${quarkus.http.port:8080}")
public List<Integer> ports;

/**
Expand Down

0 comments on commit f219b48

Please sign in to comment.