-
Notifications
You must be signed in to change notification settings - Fork 580
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix: ELBv2 health check for Load Balancer API
This change intents to synchronize w/ CLB the health check attributes for API LB, and use the correct health check path when using HTTP or HTTPS. The following target group health check attributes for ELBv2 are setting based in the CLB configuration for all protocols: - interval: current(30) want(10) - timeout: current(10) want(5) - health threshold count: current(5) want(5) - unhealthy threshold count: current(2) want(3) When using HTTP or HTTPS, the following attributes will be fixed: - path: current("/") want("/readyz") *'current' is the default values set by AWS, 'want' is the value set in the CLB.
- Loading branch information
Showing
2 changed files
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters