Skip to content

Commit 83f7907

Browse files
Update pages/serverless-containers/concepts.mdx
Co-authored-by: Jessica <[email protected]>
1 parent 845e9b1 commit 83f7907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ To determine the status of a container, the default health check automatically c
9696
- The **TCP** probe will check if the TCP connection of your Serverless Container is opened on the specified port
9797
- The **HTTP** probe allows you to define a custom path to your Serverless Container to get the readiness status. It can be useful to check if all requirements are met, such as the connection to database, etc.
9898
- The **failure threshold** corresponds to the maximum number of checks that can fail before declaring the Serverless Container in error. Defaults to 30.
99-
- The **interval** corresponds to the duration in seconds between every checks. Defaults to 10 seconds.
99+
- The **interval** corresponds to the duration in seconds between every check. Defaults to 10 seconds.
100100
- The **path** (HTTP probe type only) corresponds to the endpoint to call you Serverless Container (example: `/health`).
101101

102102
You can define custom health check rules via the [Scaleway console](/serverless-containers/how-to/manage-a-container/) or set a [specific endpoint via the Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-create-a-new-container).

0 commit comments

Comments
 (0)