mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Increase initial health check delay for gateway deployments
This commit is contained in:
@@ -131,7 +131,7 @@ variable "health_check" {
|
||||
protocol = "TCP"
|
||||
port = 8080
|
||||
|
||||
initial_delay_sec = 60
|
||||
initial_delay_sec = 100
|
||||
|
||||
check_interval_sec = 15
|
||||
timeout_sec = 10
|
||||
|
||||
Reference in New Issue
Block a user