SpringBootHealthCheckEnricher : Add /actuator/startup
as startup probe if enabled
#1467
Labels
enhancement
New feature or request
Milestone
Description
Related to #1322
Spring Boot actuator provides a
startup
endpoint which shows startup data. Here is a sample responseI think this endpoint can be used by SpringBootHealthCheckEnricher as a startup probe. SpringBootHealthCheckEnricher should check whether startup is enabled or not; If enabled, it should add this endpoint as a startup probe in controller's PodTemplateSpec.
The text was updated successfully, but these errors were encountered: