#Setting up a new spring boot application and running into an issue only in deployed env

3 messages · Page 1 of 1 (latest)

jagged sundial
#

So, I recently started a new spring boot application and I setup the security config and added one endpoint. I tested that I'm able to hit the endpoint I added and the actuator endpoint locally. However, when deployed on Kubernetes, my app pod is constantly restarting with connection refused for /actuator/info.

When I try to hit the endpoint directly (deployed one), I get this strange error:

{ "error": "no handler found for uri [/actuator/info] and method [GET]" }

Does anyoen know why that message appears and what additional config I'm missing?

agile smeltBOT
#

This post has been reserved for your question.

Hey @jagged sundial! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.