mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-24 06:11:02 -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"
|
||||
health_checks = [google_compute_health_check.health.self_link]
|
||||
port_name = var.backend_port_name
|
||||
timeout_sec = 240
|
||||
|
||||
backend {
|
||||
group = var.backend_instance_group
|
||||
|
Loading…
Reference in New Issue
Block a user