funktionio/funktion-connectors

Normal Springboot routes

Closed this issue · 5 comments

The normal routes that SpringBoot exposes do not seem available, e.g, /beans, /info, /metrics, /health. etc. Am I doing something wrong? Is this intentional?

Ah yeah we should add the actuator by default

The health check is on port 8081

Yes, thanks

On Monday, October 10, 2016, Claus Ibsen notifications@github.com wrote:

The health check is on port 8081


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/fabric8io/funktion/issues/108#issuecomment-252626581,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABKad81h69BcyBn-72_q9v5FgdfbpkCnks5qykOJgaJpZM4KPSe9
.

Jim Riley
Email: jcriley@gmail.com
Cell: 205.222.1000

Do you know anyone that is interested in buying or selling real estate?

I will try to make it work on port 8080 as well so we only need 1 port open

Is fixed by PR
https://github.com/fabric8io/funktion/pull/111

Now funktion reuse port 8080 and also allows /health /info /dump and whatnot Spring Boot provides OOTB