Commit d3306731 by Feanil Patel

Fix health checks and update Xserver ELB.

parent bb379308
......@@ -2181,7 +2181,7 @@
}
],
"HealthCheck":{
"Target":"HTTP:80/xqueue/status",
"Target":"HTTP:80/xqueue/status/",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
......@@ -2968,18 +2968,13 @@
],
"Listeners":[
{
"LoadBalancerPort":"5672",
"InstancePort":"5672",
"Protocol":"TCP"
},
{
"LoadBalancerPort":"6163",
"InstancePort":"6163",
"Protocol":"TCP"
"LoadBalancerPort":"80",
"InstancePort":"80",
"Protocol":"HTTP"
}
],
"HealthCheck":{
"Target":"TCP:22",
"Target":"HTTP:80",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment