You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-containers/concepts.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,11 +89,11 @@ Unit used to measure the resource consumption of a container. It reflects the am
89
89
90
90
gRPC is supported on Serverless Containers, as long as you have enabled http2 (`h2c`) protocol.
91
91
92
-
## Healthcheck
92
+
## Health check
93
93
94
-
To determine the status of a container, the default healthcheck automatically checks if basic requirements are met, to define the status as `ready`.
94
+
To determine the status of a container, the default health check automatically checks if basic requirements are met, to define the status as `ready`.
95
95
96
-
You can define custom healthcheck rules with a[specific endpoint via the Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-create-a-new-container).
96
+
You can define custom health check rules via the [Scaleway console](/serverless-containers/how-to/manage-a-container/)[specific endpoint via the Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-create-a-new-container).
0 commit comments