healthz.sh 69 B

12345
  1. #!/bin/bash
  2. set -e
  3. set -x
  4. nc -zv -w 2 127.0.0.1 ${HEALTH_CHECK_PORT}