File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ The following arguments are supported:
8686
8787- ` heath_check ` - (Optional) Health check configuration block of the container.
8888 - ` http ` - HTTP health check configuration.
89- - ` path ` - Path to use for the HTTP health check.
89+ - ` path ` - Path to use for the HTTP health check.
9090 - ` failure_threshold ` - Number of consecutive health check failures before considering the container unhealthy.
9191 - ` interval ` - Period between health checks (in seconds).
9292
@@ -162,11 +162,11 @@ Refer to the [Serverless Containers pricing](https://www.scaleway.com/en/docs/fa
162162
163163## Health check configuration
164164
165- Custom health checks can be configured on the container.
165+ Custom health checks can be configured on the container.
166166
167- It's possible to specify the HTTP path that the probe will listen to and the number of failures before considering the container as unhealthy.
168- During a deployment, if a newly created container fails to pass the health check, the deployment is aborted.
169- As a result, lowering this value can help to reduce the time it takes to detect a failed deployment.
167+ It's possible to specify the HTTP path that the probe will listen to and the number of failures before considering the container as unhealthy.
168+ During a deployment, if a newly created container fails to pass the health check, the deployment is aborted.
169+ As a result, lowering this value can help to reduce the time it takes to detect a failed deployment.
170170The period between health checks is also configurable.
171171
172172Example:
You can’t perform that action at this time.
0 commit comments