[GCP] CloudRun costs optimization

That’s what I had before, at some point instances were being disconnected and the only way to get them up was redeployment. I created a thread about it Connection aborted - error reading from instance, CloudRun vs CloudSQL

Taking the advice I added liveness probe, since that time the instances are running all the time without any problem (yes, I guess they are restarting because of that). Do you have other opinion about that?