#708 revealed in weekly tests that the restserver startup probe is using port 8080 (the default rest port) instead of the one assigned by the listener, same for HBase restserver itself which before #708 used the default port 8080 instead of getting assigned the listener port. Maybe other usages of that as well. Subsequently the Pod never gets ready.
Goal would be to analyze and fix the problems.
Description about the analyzed problem and the solution are found in #716
Acceptance