Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Default TCP probe fails

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 Solved
0 1 2,109
1 ACCEPTED SOLUTION

This got resolved. Forgot to add HOST environment variable with 0.0.0.0 value. 

View solution in original post

1 REPLY 1

This got resolved. Forgot to add HOST environment variable with 0.0.0.0 value. 

Top Solution Authors