mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-03 11:00:09 -05:00
align load balancer timeout
This commit is contained in:
parent
2e3176f87c
commit
92618d5284
@ -39,6 +39,7 @@ resource "google_compute_backend_service" "backend" {
|
|||||||
load_balancing_scheme = "EXTERNAL"
|
load_balancing_scheme = "EXTERNAL"
|
||||||
health_checks = [google_compute_health_check.health.self_link]
|
health_checks = [google_compute_health_check.health.self_link]
|
||||||
port_name = var.backend_port_name
|
port_name = var.backend_port_name
|
||||||
|
timeout_sec = 240
|
||||||
|
|
||||||
backend {
|
backend {
|
||||||
group = var.backend_instance_group
|
group = var.backend_instance_group
|
||||||
|
Loading…
x
Reference in New Issue
Block a user