devoxx-spring-boot-k8s
devoxx-spring-boot-k8s copied to clipboard
Exposing actuator env endpoint changed with Spring Boot 2.0M7?
Thanks for the great presentation and support material. I gave your demo a try with the latest Spring Boot 2.0 version (M7) and was not able to expose the port with the environment variables, but had to change the entry in application.properties to:
management.endpoints.web.expose=health,info,env
I did not further investigate if the expose behaviour of the management endpoints has changed, but was happy to get it to work :-)
It might be useful to update your docs accordingly or add another hint as is fine with you?