feat(chalice): ignore quickwit health-check

This commit is contained in:
Taha Yassine Kraiem 2023-03-29 13:38:23 +01:00
parent 57572b942c
commit b3b2b8d047

View file

@ -156,7 +156,7 @@ def get_health():
"ingress-nginx": __always_healthy,
"integrations": __check_be_service("integrations"),
"peers": __check_be_service("peers"),
"quickwit": __check_be_service("quickwit"),
# "quickwit": __check_be_service("quickwit"),
"sink": __check_be_service("sink"),
"sourcemaps-reader": __check_be_service("sourcemapreader"),
"storage": __check_be_service("storage")