Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
Merge pull request kubernetes-retired#604 from cheungpat/elb-healthcheck
Browse files Browse the repository at this point in the history
Change API endpoint ELB health check to SSL:443
  • Loading branch information
mumoshu committed Apr 28, 2017
2 parents a056b25 + c5091d6 commit eab1b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/controlplane/config/templates/stack-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@
"HealthCheck" : {
"HealthyThreshold" : "3",
"Interval" : "10",
"Target" : "TCP:443",
"Target" : "SSL:443",
"Timeout" : "8",
"UnhealthyThreshold" : "3"
},
Expand Down

0 comments on commit eab1b81

Please sign in to comment.