mirror of
https://github.com/Blockstream/satellite-api.git
synced 2024-11-19 04:50:01 +01:00
TF: make api-server PROACTIVE
This commit is contained in:
parent
79eb73f223
commit
4cf05d45f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user