Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions load_balancer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ resource "google_compute_backend_service" "api" {
health_checks = [google_compute_health_check.serverpod-balancer.id]

port_name = "api"

# Connection timeout (which is also used as the websocket timeout)
timeout_sec = 86400
}

resource "google_compute_backend_service" "insights" {
Expand Down