fix(ee): chalice health check (#1142)

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
Rajesh Rajendran 2023-04-09 15:43:38 +02:00 committed by rjshrjndrn
parent a71a708647
commit eef776a13d

View file

@ -15,9 +15,9 @@ def app_connection_string(name, port, path):
HEALTH_ENDPOINTS = {
"alerts": app_connection_string("alerts-openreplay", 8888, "metrics"),
"alerts": app_connection_string("alerts-openreplay", 8888, "health"),
"assets": app_connection_string("assets-openreplay", 8888, "metrics"),
"assist": app_connection_string("assist-openreplay", 8888, "metrics"),
"assist": app_connection_string("assist-openreplay", 8888, "health"),
"chalice": app_connection_string("chalice-openreplay", 8888, "metrics"),
"db": app_connection_string("db-openreplay", 8888, "metrics"),
"ender": app_connection_string("ender-openreplay", 8888, "metrics"),