diff --git a/environments/aks/demo.tfvars b/environments/aks/demo.tfvars index 795502c7..b5153da3 100644 --- a/environments/aks/demo.tfvars +++ b/environments/aks/demo.tfvars @@ -11,7 +11,7 @@ clusters = { linux_node_pool = { max_pods = 30 - max_nodes = 10 + max_nodes = 30 } availability_zones = ["1"] @@ -35,7 +35,7 @@ clusters = { linux_node_pool = { max_pods = 30 - max_nodes = 10 + max_nodes = 30 } availability_zones = ["1"] @@ -48,4 +48,4 @@ clusters = { } } -autoShutdown = true \ No newline at end of file +autoShutdown = true