We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb83814 commit dd8cc3fCopy full SHA for dd8cc3f
.gitignore
@@ -6,6 +6,9 @@ __pycache__
6
.coverage
7
.pytest_cache
8
9
+.terraform*
10
+terraform.tfvars
11
+
12
docker/plugins
13
14
config/*
infra/azure/main.tf
@@ -75,7 +75,6 @@ resource "azurerm_kubernetes_cluster_node_pool" "ai_agent_pool" {
75
name = "agentpool"
76
kubernetes_cluster_id = azurerm_kubernetes_cluster.ai_agent.id
77
vm_size = "Standard_D4_v2"
78
- enable_auto_scaling = true
79
min_count = 1
80
max_count = 3
81
}
0 commit comments