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
-`port` - (Optional) The port to expose the container.
102
99
@@ -168,7 +165,6 @@ The `memory_limit` (in MB) must correspond with the right amount of vCPU. Refer
168
165
~>**Important:** Make sure to select the right resources, as you will be billed based on compute usage over time and the number of Containers executions.
169
166
Refer to the [Serverless Containers pricing](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) for more information.
170
167
171
-
<<<<<<< HEAD
172
168
## Health check configuration
173
169
174
170
Custom health checks can be configured on the container.
@@ -197,9 +193,8 @@ resource scaleway_container main {
197
193
198
194
~>**Important:** Another probe type can be set to TCP with the API, but currently the SDK has not been updated with this parameter.
199
195
This is why the only probe that can be used here is the HTTP probe.
200
-
||||||| parent of d04ca3f0 (feat(container/serverless): add scaling_option block)
201
196
Refer to the [Serverless Containers pricing](https://www.scaleway.com/en/docs/faq/serverless-containers/#prices) for more information.
202
-
=======
197
+
203
198
## Scaling option configuration
204
199
205
200
Scaling option block configuration allows you to choose which parameter will scale up/down containers.
@@ -220,5 +215,4 @@ resource scaleway_container main {
220
215
```
221
216
222
217
~>**Important**: A maximum of one of these parameters may be set. Also, when `cpu_usage_threshold` or `memory_usage_threshold` are used, `min_scale` can't be set to 0.
Refer to the [API Reference](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-create-a-new-container) for more information.
218
+
Refer to the [API Reference](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-create-a-new-container) for more information.
0 commit comments