Skip to content

Commit

Permalink
fix demo, dev and prod values
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAzureDevops committed Dec 10, 2024
1 parent fc1f9da commit 68d9afc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environments/aks/demo.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ clusters = {
enable_automatic_channel_upgrade_patch = true

system_node_pool = {
min_nodes = 1
min_nodes = 2
max_nodes = 4
}

Expand All @@ -29,7 +29,7 @@ clusters = {
enable_automatic_channel_upgrade_patch = true

system_node_pool = {
min_nodes = 1
min_nodes = 2
max_nodes = 4
}

Expand Down
2 changes: 1 addition & 1 deletion environments/aks/dev.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ clusters = {

system_node_pool = {
min_nodes = 2
max_nodes = 10
max_nodes = 4
}

linux_node_pool = {
Expand Down
2 changes: 1 addition & 1 deletion environments/aks/prod.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ clusters = {
}

linux_node_pool = {
max_nodes = 30
max_nodes = 14
max_pods = 30
}

Expand Down

0 comments on commit 68d9afc

Please sign in to comment.