Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualespica committed Jun 25, 2024
1 parent 25829f4 commit d786b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/domains/nodo-app/01_aks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ resource "azurerm_kubernetes_cluster_node_pool" "nodo_pool" {
os_type = "Linux"

### autoscaling
enable_auto_scaling = true
enable_auto_scaling = false # PSFC-TODO da ripristinare prima del merge a true
node_count = var.nodo_user_node_pool.node_count_min
min_count = var.nodo_user_node_pool.node_count_min
max_count = var.nodo_user_node_pool.node_count_max
Expand Down
2 changes: 1 addition & 1 deletion src/domains/nodo-app/env/weu-dev/terraform.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tls_cert_check_helm = {
}

nodo_user_node_pool = {
enabled = false # PSFC-TODO da ripristinare prima del merge a true
enabled = true
name = "nodo01"
vm_size = "Standard_B8ms"
os_disk_type = "Managed"
Expand Down

0 comments on commit d786b2b

Please sign in to comment.