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

Normal Springboot routes #108

Closed
jim-riley opened this issue Oct 5, 2016 · 5 comments
Closed

Normal Springboot routes #108

jim-riley opened this issue Oct 5, 2016 · 5 comments

Comments

@jim-riley
Copy link

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?

@davsclaus
Copy link
Contributor

Ah yeah we should add the actuator by default

@davsclaus davsclaus self-assigned this Oct 10, 2016
@davsclaus
Copy link
Contributor

The health check is on port 8081

@jim-riley
Copy link
Author

Yes, thanks

On Monday, October 10, 2016, Claus Ibsen [email protected] 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: [email protected]
Cell: 205.222.1000

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

@davsclaus
Copy link
Contributor

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

@davsclaus
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants