Merge pull request #19976 from aarondav/elb-timeout

Auto commit by PR queue bot
pull/6/head
k8s-merge-robot 2016-01-30 18:57:56 -08:00
commit 3db1a6c3ce
1 changed files with 3 additions and 3 deletions

View File

@ -195,10 +195,10 @@ func (s *AWSCloud) ensureLoadBalancerHealthCheck(loadBalancer *elb.LoadBalancerD
actual := loadBalancer.HealthCheck
// Default AWS settings
expectedHealthyThreshold := int64(10)
expectedUnhealthyThreshold := int64(2)
expectedHealthyThreshold := int64(2)
expectedUnhealthyThreshold := int64(6)
expectedTimeout := int64(5)
expectedInterval := int64(30)
expectedInterval := int64(10)
// We only a TCP health-check on the first port
expectedTarget := ""