diff --git a/content/nginxaas-google/getting-started/create-deployment/deploy-console.md b/content/nginxaas-google/getting-started/create-deployment/deploy-console.md index ceac90a9a..ca48b0967 100644 --- a/content/nginxaas-google/getting-started/create-deployment/deploy-console.md +++ b/content/nginxaas-google/getting-started/create-deployment/deploy-console.md @@ -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. diff --git a/content/nginxaas-google/getting-started/manual-scaling.md b/content/nginxaas-google/getting-started/manual-scaling.md index 8e9c2859d..8038baa4a 100644 --- a/content/nginxaas-google/getting-started/manual-scaling.md +++ b/content/nginxaas-google/getting-started/manual-scaling.md @@ -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. {{}} -| **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 | {{}} diff --git a/content/nginxaas-google/getting-started/nginx-configuration/overview.md b/content/nginxaas-google/getting-started/nginx-configuration/overview.md index ead0d39df..f237a7fcd 100644 --- a/content/nginxaas-google/getting-started/nginx-configuration/overview.md +++ b/content/nginxaas-google/getting-started/nginx-configuration/overview.md @@ -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 >}} diff --git a/static/nginxaas-google/css/cost-calculator_v2.css b/static/nginxaas-google/css/cost-calculator_v2.css index 3dd603746..ed00815f1 100644 --- a/static/nginxaas-google/css/cost-calculator_v2.css +++ b/static/nginxaas-google/css/cost-calculator_v2.css @@ -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;