1
0
Fork 0

update windows nodepool and rollout settings

This commit is contained in:
Mikhail Goncharov 2023-06-07 13:33:16 +02:00
parent 61db923844
commit ad3318e614
2 changed files with 2 additions and 5 deletions

View file

@ -103,7 +103,7 @@ resource "google_container_node_pool" "windows_agents_nodepool" {
}
autoscaling {
min_node_count = 0
min_node_count = 1
max_node_count = var.windows-agents-count
location_policy = "BALANCED"
}

View file

@ -20,10 +20,7 @@ metadata:
spec:
replicas: ${replicas-count}
strategy:
rollingUpdate:
maxSurge: 25%
maxUnavailable: 50%
type: RollingUpdate
type: Recreate
selector:
matchLabels:
app: agent-premerge-windows