Skip to content

Commit

Permalink
missed some passiveHealthChecks in yaml and HCL
Browse files Browse the repository at this point in the history
  • Loading branch information
missylbytes committed Sep 1, 2023
1 parent fce199f commit 05318d5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ UpstreamConfig = {
Interval = "1s"
MaxFailures = 1
EnforcingConsecutive5xx = 89
MaxEjectionPercent = 10
BaseEjectionTime = "30s"
}
}
}
Expand Down Expand Up @@ -300,6 +302,8 @@ spec:
interval: 0s
maxFailures: 0
enforcingConsecutive5xx: 100
maxEjectionPercent: 10
baseEjectionTime: "30s"
transparentProxy:
outboundListenerPort: 15001
dialedDirectly: false
Expand Down

0 comments on commit 05318d5

Please sign in to comment.