Make health/* shallow copy (check liveness) and health/* deep check (check postgresql connections)
Currently all health/* do a deep check, this is: check the postgresql connections. It can be dangerous and make the etp-server crash during sessions. The purpose is just to check if etp-server is alive and create a new health/startup to make this deep check. The goal is to call the startup just once, when the pod is created.
Edited by Gilson Martins