Description
Related to #1322
When Quarkus Smallrye Health extension is added to the project, this endpoint is exposed which tells whether the application has started or not : /q/health/started
QuarkusHealthCheckEnricher should also add a startup probe to container in controller's PodTemplateSpec if SmallRye extension is added to the project.
Description
Related to #1322
When Quarkus Smallrye Health extension is added to the project, this endpoint is exposed which tells whether the application has started or not :
/q/health/startedQuarkusHealthCheckEnricher should also add a startup probe to container in controller's PodTemplateSpec if SmallRye extension is added to the project.