springboot api in cloudrun not able to connect to postgresql instance within same GPC project
I have created a spring boot application that can connect to the postgresql14 instance (running in my GCP project) when I run the application on my local machine. Setup I used to make it work: Created a postgresql14 instance with…