The /actuator/health endpoint is used when -Dhealthcheck.timeout.in.minutes=10 -Dhealthcheck.use.actuator=true
It's calling the wrong endpoint. The called URL has either /client-api or /integration-api in it's path. It should be e.g. /api/access-control/actuator/health and not /api/access-control/client-api/actuator/health