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 @@ -60,7 +60,6 @@ Next, create a new NGINXaaS deployment using the NGINXaaS Console:
- Add an optional description for your deployment.
- Change the **NCU Capacity** if needed.
- The default value of `20 NCU` should be adequate for most scenarios.
- This value must be a multiple of `10`.
- In the Cloud Details section, enter the network attachment ID that [you created earlier](#create-a-network-attachment) or select it in the **Network attachment** list.
- The network attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
- In the Apply Configuration section, select an NGINX configuration [you created earlier](#create-or-import-an-nginx-configuration) from the **Choose Configuration** list.
Expand Down
8 changes: 4 additions & 4 deletions content/nginxaas-google/getting-started/manual-scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ The status of the deployment will be "Pending" while the deployment's capacity i

## Capacity restrictions

The following table outlines constraints on the specified capacity based on the chosen Marketplace plan, including the minimum capacity required for a deployment to be highly available, the maximum capacity, and what value the capacity must be a multiple of. By default, an NGINXaaS for Google Cloud deployment will be created with a capacity of 20 NCUs.
The following table outlines constraints on the specified capacity based on the chosen Marketplace plan, including the minimum capacity required for a deployment to be highly available, and the maximum capacity. By default, an NGINXaaS for Google Cloud deployment will be created with a capacity of 20 NCUs.

{{<bootstrap-table "table table-striped table-bordered">}}

| **Marketplace Plan** | **Minimum Capacity (NCUs)** | **Maximum Capacity (NCUs)** | **Multiple of** |
|------------------------------|-----------------------------|-----------------------------|----------------------------|
| Enterprise plan(s) | 10 | 100 | 10 |
| **Marketplace Plan** | **Minimum Capacity (NCUs)** | **Maximum Capacity (NCUs)** |
|------------------------------|-----------------------------|-----------------------------|
| Enterprise plan(s) | 10 | 100 |

{{</bootstrap-table>}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,9 @@ There are limits to where files, including NGINX configuration files, certificat
| /opt | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
| /srv | {{< icon "check" >}} | {{< icon "check" >}} | | {{< icon "check" >}} | |
| /tmp | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
| /spool/nginx | | {{< icon "check" >}} | | {{< icon "check" >}} | {{< icon "check" >}} |
| /spool/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
| /var/cache/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
| /var/log/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | | |
| /var/spool/nginx | | {{< icon "check" >}} | | {{< icon "check" >}} | {{< icon "check" >}} |
| /var/spool/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
| /var/www | {{< icon "check" >}} | {{< icon "check" >}} | | {{< icon "check" >}} | |
{{< /table >}}

Expand Down
2 changes: 1 addition & 1 deletion static/nginxaas-google/css/cost-calculator_v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
}

#calculator input:invalid + #ncuValidation::after {
content: "Must be a multiple of 10, with a minimum of 10";
content: "Must be a minimum of 10";
color: #aa0000;
padding-left: 5px;
font-size: 12px;
Expand Down