Skip to content

Commit 18773d5

Browse files
committed
Increase AKS default node pool size to D8s v5
1 parent 026d8af commit 18773d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • base-infrastructure/terraform/resources

base-infrastructure/terraform/resources/aks.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resource "azurerm_kubernetes_cluster" "ifrcgo" {
1616

1717
default_node_pool {
1818
name = "nodepool1"
19-
vm_size = "Standard_DS3_v2"
19+
vm_size = "Standard_D8s_v5"
2020
vnet_subnet_id = azurerm_subnet.aks.id
2121
enable_auto_scaling = true
2222
min_count = 1

0 commit comments

Comments
 (0)