Open
Description
I need to set PCF health-check invocation-timeout through manifest file.
In manifest.yaml file
cloudfoundry.health-check: "HTTP"
cloudfoundry.health-check-http-endpoint: "/actuator/health"
cloudfoundry.health-check-timeout: "130"
cloudfoundry.health-check-invocation-timeout: "10"
In this, first 3 properties are able to set in PCF health-check section through spring boot app . But invocation-timeout is not able to set. Please can you help on this?