Skip to content

Commit c93e615

Browse files
committed
(IAC-438) Increase default node count and size for minimal cluster config
1 parent 192b628 commit c93e615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/sample-input-minimal.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ container_registry_admin_enabled = false
3333

3434
# AKS config
3535
kubernetes_version = "1.23.8"
36-
default_nodepool_min_nodes = 1
36+
default_nodepool_min_nodes = 2
37+
default_nodepool_vm_type = "Standard_D8s_v4"
3738
#v3 still has local temp storage
38-
default_nodepool_vm_type = "Standard_D2_v3"
3939

4040
# AKS Node Pools config - minimal
4141
cluster_node_pool_mode = "minimal"

0 commit comments

Comments
 (0)