Skip to content

Commit 62bb55e

Browse files
committed
docs(srv): update
1 parent 56b8f97 commit 62bb55e

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

pages/serverless-containers/concepts.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ Unit used to measure the resource consumption of a container. It reflects the am
8989

9090
gRPC is supported on Serverless Containers, as long as you have enabled http2 (`h2c`) protocol.
9191

92-
## Healthcheck
92+
## Health check
9393

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`.
9595

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).
9797

9898
## Instance
9999

pages/serverless-containers/how-to/deploy-container.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ You can deploy a container from the [Scaleway Container Registry](/container-reg
6666
- Sandbox v2 for shorter cold starts (recommended).
6767
- Sandbox v1 if you require full compatibility with the Linux system call interface (legacy).
6868
</TabsTab>
69+
<TabsTab label="Health checks">
70+
- Update the [health check](/serverless-containers/concepts/#health-check) behavior according to your needs:
71+
- **Probe type**: TCP, or HTTP
72+
- **Health checks intervals**: 5s - 120s (default: 30s)
73+
- **Failure threshold**: 3 - 50 (default: 10)
74+
</TabsTab>
6975
<TabsTab label="Storage">
7076
- Modify the [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage) according to your needs.
7177
</TabsTab>
@@ -124,7 +130,10 @@ Private external container registries are currently not supported.
124130
- Sandbox v1 if you require full compatibility with the Linux system call interface (legacy).
125131
</TabsTab>
126132
<TabsTab label="Health checks">
127-
- Configure
133+
- Update the [health check](/serverless-containers/concepts/#health-check) behavior according to your needs:
134+
- **Probe type**: TCP, or HTTP
135+
- **Health checks intervals**: 5s - 120s (default: 30s)
136+
- **Failure threshold**: 3 - 50 (default: 10)
128137
</TabsTab>
129138
<TabsTab label="Storage">
130139
- Modify the [ephemeral storage](/serverless-containers/concepts/#ephemeral-storage) according to your needs.

0 commit comments

Comments
 (0)