You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONFIG-VARS.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -219,7 +219,7 @@ Ubuntu 20.04 LTS is the operating system used on the Jump/NFS servers. Ubuntu cr
219
219
| Name | Description | Type | Default | Notes |
220
220
| :--- | ---: | ---: | ---: | ---: |
221
221
| node_vm_admin | Operating system Admin User for VMs of AKS cluster nodes | string | "azureuser" ||
222
-
| default_nodepool_vm_type | Type of the default node pool VMs | string | "Standard_D8s_v4" ||
222
+
| default_nodepool_vm_type | Type of the default node pool VMs | string | "Standard_E8s_v5" ||
223
223
| default_nodepool_os_disk_size | Disk size for default node pool VMs in GB | number | 128 ||
224
224
| default_nodepool_max_pods | Maximum number of pods that can run on each | number | 110 | Changing this forces a new resource to be created. |
225
225
| default_nodepool_min_nodes | Minimum and initial number of nodes for the default node pool | number | 1 | Value must be between 0 and 100. Setting min and max node counts the same disables autoscaling. |
@@ -247,7 +247,7 @@ The default values for the `node_pools` variable are as follows:
247
247
```yaml
248
248
{
249
249
cas = {
250
-
"machine_type"= "Standard_E16s_v3"
250
+
"machine_type"= "Standard_E16ds_v5"
251
251
"os_disk_size"= 200
252
252
"min_nodes"= 0
253
253
"max_nodes"= 5
@@ -258,7 +258,7 @@ The default values for the `node_pools` variable are as follows:
258
258
}
259
259
},
260
260
compute = {
261
-
"machine_type"= "Standard_E16s_v3"
261
+
"machine_type"= "Standard_D4ds_v5"
262
262
"os_disk_size"= 200
263
263
"min_nodes"= 1
264
264
"max_nodes"= 5
@@ -270,7 +270,7 @@ The default values for the `node_pools` variable are as follows:
270
270
}
271
271
},
272
272
stateless = {
273
-
"machine_type"= "Standard_D16s_v3"
273
+
"machine_type"= "Standard_D4s_v5"
274
274
"os_disk_size"= 200
275
275
"min_nodes"= 0
276
276
"max_nodes"= 5
@@ -281,7 +281,7 @@ The default values for the `node_pools` variable are as follows:
281
281
}
282
282
},
283
283
stateful = {
284
-
"machine_type"= "Standard_D8s_v3"
284
+
"machine_type"= "Standard_D4s_v5"
285
285
"os_disk_size"= 200
286
286
"min_nodes"= 0
287
287
"max_nodes"= 3
@@ -320,10 +320,10 @@ When `storage_type=standard`, a NFS Server VM is created, only when these variab
320
320
| create_nfs_public_ip | Add public ip to the NFS server VM | bool | false ||
321
321
| enable_nfs_public_static_ip | Enables `Static` allocation method for the public IP address of NFS Server. Setting false will enable `Dynamic` allocation method | bool | true | Only used with `create_nfs_public_ip=true`|
322
322
| nfs_vm_admin | OS Admin User for the NFS server VM | string | "nfsuser" ||
323
-
| nfs_vm_machine_type | SKU to use for NFS server VM | string | "Standard_D8s_v4" | To check for valid types for your subscription, run: `az vm list-skus --resource-type virtualMachines --subscription $subscription --location $location -o table`|
323
+
| nfs_vm_machine_type | SKU to use for NFS server VM | string | "Standard_D4s_v5" | To check for valid types for your subscription, run: `az vm list-skus --resource-type virtualMachines --subscription $subscription --location $location -o table`|
324
324
| nfs_vm_zone | Zone in which NFS server VM should be created | string | null ||
325
325
| nfs_raid_disk_type | Managed disk types | string | "Standard_LRS" | Supported values: Standard_LRS, Premium_LRS, StandardSSD_LRS or UltraSSD_LRS. When using `UltraSSD_LRS`, `nfs_vm_zone` and `nfs_raid_disk_zone` must be specified. See the [Azure documentation](https://docs.microsoft.com/en-us/azure/virtual-machines/disks-enable-ultra-ssd) for limitations on Availability Zones and VM types. |
326
-
| nfs_raid_disk_size | Size in Gb for each disk of the RAID5 cluster on the NFS server VM | number |128||
326
+
| nfs_raid_disk_size | Size in Gb for each disk of the RAID5 cluster on the NFS server VM | number |256||
327
327
| nfs_raid_disk_zone | The Availability Zone in which the Managed Disk should be located. Changing this property forces a new resource to be created. | string | null ||
328
328
329
329
### Azure NetApp Files (only when `storage_type=ha`)
@@ -368,8 +368,8 @@ Each server element, like `foo = {}`, can contain none, some, or all of the para
368
368
369
369
| Name | Description | Type | Default | Notes |
370
370
| :--- | ---: | ---: | ---: | ---: |
371
-
| sku_name| The SKU Name for the PostgreSQL Flexible Server | string | "GP_Standard_D16s_v3" | The name pattern is the SKU, followed by the tier + family + cores (e.g. B_Standard_B1ms, GP_Standard_D2s_v3, MO_Standard_E4s_v3).|
372
-
| storage_mb | The max storage allowed for the PostgreSQL Flexible Server | number |65536| Possible values are 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, and 33554432. |
371
+
| sku_name| The SKU Name for the PostgreSQL Flexible Server | string | "GP_Standard_D4ds_v5" | The name pattern is the SKU, followed by the tier + family + cores (e.g. B_Standard_B1ms, GP_Standard_D2s_v3, MO_Standard_E4s_v3).|
372
+
| storage_mb | The max storage allowed for the PostgreSQL Flexible Server | number |131072| Possible values are 32768, 65536, 131072, 262144, 524288, 1048576, 2097152, 4194304, 8388608, 16777216, and 33554432. |
373
373
| backup_retention_days | Backup retention days for the PostgreSQL Flexible server | number | 7 | Supported values are between 7 and 35 days. |
374
374
| geo_redundant_backup_enabled | Enable Geo-redundant or not for server backup | bool | false | Not supported for the basic tier. |
375
375
| administrator_login | The Administrator Login for the PostgreSQL Flexible Server. Changing this forces a new resource to be created. | string | "pgadmin" | The admin login name cannot be azure_superuser, azure_pg_admin, admin, administrator, root, guest, or public. It cannot start with pg_. See: [Microsoft Quickstart Server Database](https://docs.microsoft.com/en-us/azure/postgresql/flexible-server/quickstart-create-server-portal)|
0 commit comments