Skip to content

Commit 693fa7d

Browse files
authored
fix: Gcp fix filesystem table (#1305)
fix n4g filesystem restrictions table and remove multiple of 10 NCU constraint
1 parent cc3ba06 commit 693fa7d

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ Next, create a new NGINXaaS deployment using the NGINXaaS Console:
6060
- Add an optional description for your deployment.
6161
- Change the **NCU Capacity** if needed.
6262
- The default value of `20 NCU` should be adequate for most scenarios.
63-
- This value must be a multiple of `10`.
6463
- 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.
6564
- The network attachment ID is formatted like the following example: `projects/my-google-project/regions/us-east1/networkAttachments/my-network-attachment`.
6665
- In the Apply Configuration section, select an NGINX configuration [you created earlier](#create-or-import-an-nginx-configuration) from the **Choose Configuration** list.

content/nginxaas-google/getting-started/manual-scaling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ The status of the deployment will be "Pending" while the deployment's capacity i
4242

4343
## Capacity restrictions
4444

45-
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.
45+
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.
4646

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

49-
| **Marketplace Plan** | **Minimum Capacity (NCUs)** | **Maximum Capacity (NCUs)** | **Multiple of** |
50-
|------------------------------|-----------------------------|-----------------------------|----------------------------|
51-
| Enterprise plan(s) | 10 | 100 | 10 |
49+
| **Marketplace Plan** | **Minimum Capacity (NCUs)** | **Maximum Capacity (NCUs)** |
50+
|------------------------------|-----------------------------|-----------------------------|
51+
| Enterprise plan(s) | 10 | 100 |
5252

5353
{{</bootstrap-table>}}
5454

content/nginxaas-google/getting-started/nginx-configuration/overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ There are limits to where files, including NGINX configuration files, certificat
6666
| /opt | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
6767
| /srv | {{< icon "check" >}} | {{< icon "check" >}} | | {{< icon "check" >}} | |
6868
| /tmp | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
69-
| /spool/nginx | | {{< icon "check" >}} | | {{< icon "check" >}} | {{< icon "check" >}} |
69+
| /spool/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
7070
| /var/cache/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
71-
| /var/log/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | | |
72-
| /var/spool/nginx | | {{< icon "check" >}} | | {{< icon "check" >}} | {{< icon "check" >}} |
71+
| /var/spool/nginx | | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} | {{< icon "check" >}} |
7372
| /var/www | {{< icon "check" >}} | {{< icon "check" >}} | | {{< icon "check" >}} | |
7473
{{< /table >}}
7574

static/nginxaas-google/css/cost-calculator_v2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
}
109109

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

0 commit comments

Comments
 (0)