In the application.yml there is the following, which I have changed to settings:
endpoints:
enabled: true
health:
enabled: false
However when I deploy to my openshift cluster I can see that the deployment config still has health checks. So it seems this setting doesnt do anything.
In the
application.ymlthere is the following, which I have changed to settings:However when I deploy to my openshift cluster I can see that the deployment config still has health checks. So it seems this setting doesnt do anything.