mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 02:28:48 -04:00
align load balancer timeout
This commit is contained in:
parent
2e3176f87c
commit
92618d5284
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue