Skip to content

Fix pod restarts on health check failues

Alok Joshi requested to merge fix_actuator_logging into master

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

@krveduru

Edited by Alok Joshi

Merge request reports