Skip to content

Commit b2967e5

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

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
@@ -94,7 +94,7 @@ gRPC is supported on Serverless Containers, as long as you have enabled http2 (`
9494
To determine the status of a container, the default health check automatically checks if basic requirements are met, to define the status as `ready`. You can customize the following elements to better fit your use case:
9595
- The **probe type** defines the type of check to perform to define if your container is ready:
9696
- The **TCP** probe will check if the TCP connection of your Serverless Container is opened on the specified port
97-
- 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.
97+
- 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 the 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.
9999
- 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`).

0 commit comments

Comments
 (0)