Skip to content

Commit 9930a1c

Browse files
committed
Fix linter
1 parent cfd2c7b commit 9930a1c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/resources/container.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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.
170170
The period between health checks is also configurable.
171171

172172
Example:

0 commit comments

Comments
 (0)