Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ Do not have your containers listen on these ports, as they are used by our servi
* 9091

### Reserved environment variables

* `PORT`: Value of the port defined in the Container settings, which the container has to listen on. You can use this environment variable inside your Container for easier deployments.
* `SCW_*`: Reserved for product configuration (for example: token validation)

Expand All @@ -92,11 +93,9 @@ Scaleway Serverless Containers support [Virtual Private Cloud (VPC)](/vpc/) and

### Limitations

- VPC is only compatible with containers using [sandbox](/serverless-containers/reference-content/container-sandbox/) V1 for the moment.

- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-functions/how-to/create-manage-delete-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward.
- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-containers/how-to/create-manage-delete-containers-namespace/#creating-a-serverless-containers-namespace), and cannot be updated afterward.

- Only one Private Network can be attached to a function.
- Only one Private Network can be attached to a container.

## Default values for CPU and memory limits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ Scaleway Serverless Functions support [Virtual Private Cloud (VPC)](/vpc/) and c

### Limitations

- VPC is only compatible with functions using [sandbox](/serverless-functions/reference-content/functions-sandbox/) V1 for the moment.

- VPC works with Namespaces that have **VPC support enabled**. VPC support can only be enabled at [namespace creation](/serverless-functions/how-to/create-manage-delete-functions-namespace/#creating-a-serverless-functions-namespace), and cannot be updated afterward.

- Only one Private Network can be attached to a function.
Expand Down