update windows nodepool and rollout settings
This commit is contained in:
parent
61db923844
commit
ad3318e614
2 changed files with 2 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue