Skip to content

Commit 1f3944d

Browse files
authored
Revert
1 parent 4386305 commit 1f3944d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iac/provider-gcp/nomad-cluster/nodepool-api.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resource "google_compute_instance_group_manager" "api_pool" {
8282
# Server is a stateful cluster, so the update strategy used to roll out a new GCE Instance Template must be
8383
# a rolling update.
8484
update_policy {
85-
type = var.environment == "dev" ? "OPPORTUNISTIC" : "OPPORTUNISTIC"
85+
type = var.environment == "dev" ? "PROACTIVE" : "OPPORTUNISTIC"
8686
minimal_action = "REPLACE"
8787
max_surge_fixed = 1
8888
max_surge_percent = null

0 commit comments

Comments
 (0)