A maximum time limit on application initialization, measured from moment the application successfully replies to a healthcheck until it is ready to serve traffic. Default: "300s"
Interval between health checks. Default: "5s".
Number of consecutive failed checks required before removing traffic. Default: 2.
Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
The request path.
Number of consecutive successful checks required before receiving traffic. Default: 2.
Time before the check is considered failed. Default: "4s"