TF: make api-server PROACTIVE

This commit is contained in:
Blockstream Satellite 2021-07-20 11:45:42 -03:00
parent 79eb73f223
commit 4cf05d45f0

View File

@ -26,7 +26,7 @@ resource "google_compute_instance_group_manager" "blc" {
} }
update_policy { update_policy {
type = "OPPORTUNISTIC" type = "PROACTIVE"
minimal_action = "RESTART" minimal_action = "RESTART"
replacement_method = "RECREATE" replacement_method = "RECREATE"
max_surge_fixed = 0 max_surge_fixed = 0