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/how-to/deploy-container.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
@@ -41,7 +41,7 @@ You can deploy a container from the [Scaleway Container Registry](/container-reg
41
41
Available memory depends on allocated vCPU, and the maximum ephemeral storage value depends on allocated memory.
42
42
</Message>
43
43
5. Set your [autoscaling](/serverless-containers/concepts/#autoscaling) preferences:
44
-
-**Request concurrency**: your container automatically scales up/down within the minimum and maximum values entered based on the number of concurrent request received on each active instance of your container.
44
+
-**Request concurrency**: your container automatically scales up/down within the minimum and maximum values entered based on the number of concurrent requests received on each active instance of your container.
45
45
-**CPU percentage**: your container automatically scales up/down within the minimum and maximum values entered based on the CPU load.
46
46
-**RAM percentage**: your container automatically scales up/down within the minimum and maximum values entered based on the RAM used.
47
47
6. In the **Advanced options** section set the following:
@@ -95,10 +95,10 @@ Private external container registries are currently not supported.
95
95
- Choose a **name** for your container and, optionally, a **description**. The name must only contain alphanumeric characters and dashes.
96
96
- Choose the **resources** to be allocated to your container at runtime. These define the performance characteristics of your container.
97
97
<Messagetype="note">
98
-
Available memory depends on allocated vCPU, and maximum ephemeral storage value depends on allocated memory.
98
+
Available memory depends on allocated vCPU, and the maximum ephemeral storage value depends on allocated memory.
99
99
</Message>
100
100
5. Set your [autoscaling](/serverless-containers/concepts/#autoscaling) preferences:
101
-
-**Request concurrency**: your container automatically scales up/down within the minimum and maximum values entered based on the number of concurrent request received on each active instance of your container.
101
+
-**Request concurrency**: your container automatically scales up/down within the minimum and maximum values entered based on the number of concurrent requests received on each active instance of your container.
102
102
-**CPU percentage**: your container automatically scales up/down within the minimum and maximum values entered based on the CPU load.
103
103
-**RAM percentage**: your container automatically scales up/down within the minimum and maximum values entered based on the RAM used.
104
104
6. In the **Advanced options** section set the following:
0 commit comments