Compare commits
3 Commits
UserStory3
...
f-101-aks-
Author | SHA1 | Date | |
---|---|---|---|
8ba24a2e37 | |||
50c67d925f | |||
f441dcdefc |
@ -26,6 +26,11 @@ resource "azurerm_kubernetes_cluster" "aks_cluster" {
|
|||||||
min_count = 1
|
min_count = 1
|
||||||
vm_size = "Standard_DS2_v2"
|
vm_size = "Standard_DS2_v2"
|
||||||
enable_auto_scaling = true
|
enable_auto_scaling = true
|
||||||
|
upgrade_settings {
|
||||||
|
drain_timeout_in_minutes = 90
|
||||||
|
max_surge = "10%"
|
||||||
|
node_soak_duration_in_minutes = 0
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
network_profile {
|
network_profile {
|
||||||
|
Reference in New Issue
Block a user