So I have a pgbouncer pod but I want to add a health check to it to make sure it can actually connect. psql isn't in the image and so I added a second container to the pod and can define a health check, but then the main container command has to be like, `sleep infinity` or something or it exits and the pod fails to start. And then it just feels hacky