Skip to content

Commit

Permalink
Revert Azure v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Mendes Pereira committed Nov 14, 2024
1 parent ef6ac06 commit 6014da4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ aks_config_list = [
min_count = 300
max_count = 300
auto_scaling_enabled = true
vm_size = "Standard_D4_v5"
vm_size = "Standard_D4_v3"
max_pods = 110
node_taints = ["slo=true:NoSchedule"]
node_labels = { "slo" = "true" }
Expand All @@ -69,7 +69,7 @@ aks_config_list = [
min_count = 300
max_count = 300
auto_scaling_enabled = true
vm_size = "Standard_D4_v5"
vm_size = "Standard_D4_v3"
max_pods = 110
node_taints = ["slo=true:NoSchedule"]
node_labels = { "slo" = "true" }
Expand All @@ -80,7 +80,7 @@ aks_config_list = [
min_count = 400
max_count = 400
auto_scaling_enabled = true
vm_size = "Standard_D4_v5"
vm_size = "Standard_D4_v3"
max_pods = 110
node_taints = ["slo=true:NoSchedule"]
node_labels = { "slo" = "true" }
Expand Down

0 comments on commit 6014da4

Please sign in to comment.