Fix pod restarts on health check failues
After pulling in this MR !149 (merged), we observed (in our internal ADO) that
- health check endpoint logs were missing from application insights and Log Analytics
- pods were not getting restarted when health checks were down
- line51 line 51 says have to upgrade to Spring Boot 2.3 but I believe we are on 2.1.18.RELEASE
- Falling back to actuator health check by
spring-boot-starter-actuator
Edited by Alok Joshi