We have rest api based app deployed in kubernetes cluster, planning to implemnent the liveness-prob check (http based /healthz GET endpoint).
Our is app dependent on database, is it good practice to implement the livenessprob with db connectivity check (or) we should just implement the health check endpoint without any external dependencies check.