Compare commits

...

3 Commits

Author SHA1 Message Date
github-actions[bot]
8ba24a2e37 trigger ci 2024-10-30 07:21:52 +00:00
github-actions[bot]
50c67d925f try to fix example 2024-10-30 05:54:18 +00:00
github-actions[bot]
f441dcdefc try to fix example 2024-10-30 05:38:12 +00:00

View File

@ -26,6 +26,11 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
min_count = 1
vm_size = "Standard_DS2_v2"
enable_auto_scaling = true
upgrade_settings {
drain_timeout_in_minutes = 90
max_surge = "10%"
node_soak_duration_in_minutes = 0
}
}
network_profile {