Skip to content

Commit e5d801f

Browse files
SamyOubouazizldecarvalho-docnerda-codesRoRoJ
authored
Apply suggestions from code review
Co-authored-by: ldecarvalho-doc <[email protected]> Co-authored-by: nerda-codes <[email protected]> Co-authored-by: Rowena Jones <[email protected]>
1 parent a0061f8 commit e5d801f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

serverless/containers/how-to/create-a-containers-namespace.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This page shows you how to create a Serverless Containers namespace. [Namespaces
2727
- Enter a **name**, and optionally a **description** for your namespace. The name must only contain alphanumeric characters and dashes.
2828
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
2929
- Enter any **environment variables** required for your namespace. Environment variables configured in a namespace will be available in all containers/apps within the same namespace. For each environment variable, click **+Add new variable** and enter the key / value pair.
30-
- Set secret environment variables (optional). **Secrets** are environment variables which are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
30+
- Set secret environment variables (optional). **Secrets** are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
3131
- Verify the **estimated cost**.
3232
4. Click **Create namespace only** to finish, or click **Create namespace and add container** if you want to [deploy a container](/serverless/containers/how-to/deploy-container/) next.
3333

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,17 @@ You can deploy a container from the [Scaleway Container Registry](/containers/co
3232
3. Click **Deploy container**. The container creation wizard displays.
3333
4. Complete the following steps in the wizard:
3434
- Select the **Scaleway** Container Registry.
35-
- Choose an [image](/serverless/containers/concepts/#image) from your Container Registry. Select the required Container Registry namespace from the drop-down list, and then select the container and tag.
35+
- Choose an [image](/serverless/containers/concepts/#image) from your Container Registry.
36+
- Select the required Container Registry namespace from the drop-down list, and then select the container and tag.
3637
- Choose the [port](/serverless/containers/concepts/#port) your container is listening on. We recommend configuring your container to listen on the `$PORT` environment variable.
3738
- Choose a **name** for your container and, optionally, a **description**. The name must only contain alphanumeric characters and dashes.
3839
- Choose the **resources** to be allocated to your container at runtime. These define the performance characteristics of your container.
3940
<Message type="note">
40-
Available memory depends on allocated vCPU, and maximum ephemeral storage value depends on allocated memory.
41+
Available memory depends on allocated vCPU, and the maximum ephemeral storage value depends on allocated memory.
4142
</Message>
4243
- Set your [scaling](/serverless/containers/concepts/#scaling) preferences, or leave them at default values. The Scaleway platform automatically scales the number of available instances of your container to match the incoming load, depending on the settings you define here.
4344
- Click **Advanced options** to define any [environment variables](/serverless/containers/concepts/#environment-variables) you want to inject into your container. For each environment variable, click **+Add variable** and enter the key/value pair.
44-
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
45+
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables that are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
4546
<Message type="note">
4647
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
4748
</Message>
@@ -76,7 +77,7 @@ Private external container registries are currently not supported.
7677
</Message>
7778
- Set your [scaling](/serverless/containers/concepts/#scaling) preferences, or leave them at default values. The Scaleway platform automatically scales the number of available instances of your container to match the incoming load, depending on the settings you define here.
7879
- Click **Advanced options** to define any [environment variables](/serverless/containers/concepts/#environment-variables) you want to inject into your container. For each environment variable, click **+Add variable** and enter the key/value pair.
79-
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables which are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
80+
- Add [secrets](/serverless/containers/concepts/#secrets) for your container. Secrets are environment variables that are injected into your container, but the values are not retained or displayed by Scaleway after initial validation.
8081
<Message type="note">
8182
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
8283
</Message>

serverless/jobs/how-to/create-job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories:
1414
- jobs
1515
---
1616

17-
This page shows you how to create Serverless Jbs using the [Scaleway console](https://console.scaleway.com/).
17+
This page shows you how to create Serverless Jobs using the [Scaleway console](https://console.scaleway.com/).
1818

1919
You can create a job from the [Scaleway Container Registry](/containers/container-registry/quickstart/), or any other public container registry, such as Docker Hub, AWS Container registries, GitLab container registry, etc.
2020

0 commit comments

Comments
 (0)