We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c67e580 commit 33bdd3dCopy full SHA for 33bdd3d
terraform/common/alb/locals.tf
@@ -20,7 +20,7 @@ locals {
20
health_check = {
21
path = "/actuator/health/"
22
protocol = "HTTP"
23
- interval = 30
+ interval = 60
24
matcher = "200"
25
healthy_threshold = 5
26
unhealthy_threshold = 5
@@ -35,7 +35,7 @@ locals {
35
36
path = "/actuator/health"
37
38
39
40
41
0 commit comments