fabric8-quickstarts / vertx-web

Vert.x quickstart
Apache License 2.0
2 stars 11 forks source link

Added vertx-maven-plugin and its related configurations #57

Closed kameshsampath closed 7 years ago

kameshsampath commented 7 years ago

Please merge and test

davsclaus commented 7 years ago

ok to test

davsclaus commented 7 years ago

Thanks just ran it locally and it works, however not sure why SVC shows the port as 0 and not the actual external port

[INFO] F8:[SVC] vertx-web: http://192.168.64.20:0

I had to use gofabric8 service vertx-web to get the external url so I can hit it from my web browser. The other quickstarts report correct port number than 0.

davsclaus commented 7 years ago

[merge]

kameshsampath commented 7 years ago

@davsclaus - I did fabric8:run, since am using ingress i see the url available and application working. will check the service type change tomorrow and see. Also we need to make this use VertxGenerator instead of java exec. @rhuss your comments ?