Skip to content

Commit

Permalink
Update demo.tfvars
Browse files Browse the repository at this point in the history
  • Loading branch information
cakeben authored Dec 19, 2024
1 parent 0505ed1 commit 3777b9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions environments/aks/demo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clusters = {

linux_node_pool = {
max_pods = 30
max_nodes = 10
max_nodes = 30
}

availability_zones = ["1"]
Expand All @@ -35,7 +35,7 @@ clusters = {

linux_node_pool = {
max_pods = 30
max_nodes = 10
max_nodes = 30
}

availability_zones = ["1"]
Expand All @@ -48,4 +48,4 @@ clusters = {
}
}

autoShutdown = true
autoShutdown = true

0 comments on commit 3777b9d

Please sign in to comment.