Hi,
I deployed a strapi Application with AlloyDB in the Cloud Run with Continous Build and deployment.
I am using the default port 8080 defined by the cloud Run.
During the deployment, the application gets connected with the AlloyDB and it returns with a welcome message.
The Ingress control is set to "Allow direct access to your service from the internet" as well.
The Networking configuration is set to VPC and "Route All traffic to VPC" is enabled as well.
However, the default TCP probe fails and the container gets stopped.
Error message "Default STARTUP TCP probe failed 1 time consecutively for container "sphere-cms1-1" on port 8080"
Can you please help me what is causing the issue ?
Regards
Srini
Solved! Go to Solution.
This got resolved. Forgot to add HOST environment variable with 0.0.0.0 value.
This got resolved. Forgot to add HOST environment variable with 0.0.0.0 value.