Using Openshift client I can add a readiness probe like this:
oc set probe dc/dcName --readiness --get-url=http://:8080/actuator/health
My qu