Skip to content

Commit

Permalink
Change azure node pool instance type.
Browse files Browse the repository at this point in the history
  • Loading branch information
joshdrake committed Jun 23, 2023
1 parent 566de9c commit 4948e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure/aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resource "azurerm_kubernetes_cluster" "primary" {
default_node_pool {
name = "default"
node_count = 3
vm_size = "Standard_D2_v2"
vm_size = "Standard_D3_v2"
os_disk_size_gb = 30
vnet_subnet_id = azurerm_subnet.default.id
}
Expand Down

0 comments on commit 4948e36

Please sign in to comment.