Increase initial health check delay for gateway deployments

This commit is contained in:
Andrew Dryga
2024-05-01 20:51:40 -06:00
parent 6f3ac132ae
commit 1f5affd423

View File

@@ -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