mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 16:25:49 +00:00
target_size correction
This commit is contained in:
parent
be07caf743
commit
3dbca8ee7b
1 changed files with 1 additions and 1 deletions
2
main.tf
2
main.tf
|
@ -209,7 +209,7 @@ resource "google_compute_instance_group_manager" "app_managed_group" {
|
|||
name = "http"
|
||||
port = 8080
|
||||
}
|
||||
target_size = 2
|
||||
target_size = 1
|
||||
|
||||
auto_healing_policies {
|
||||
health_check = google_compute_health_check.app_healthcheck.id
|
||||
|
|
Loading…
Reference in a new issue