mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35: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"
|
name = "http"
|
||||||
port = 8080
|
port = 8080
|
||||||
}
|
}
|
||||||
target_size = 2
|
target_size = 1
|
||||||
|
|
||||||
auto_healing_policies {
|
auto_healing_policies {
|
||||||
health_check = google_compute_health_check.app_healthcheck.id
|
health_check = google_compute_health_check.app_healthcheck.id
|
||||||
|
|
Loading…
Reference in a new issue