feat(chalice): ignore quickwit health-check
This commit is contained in:
parent
57572b942c
commit
b3b2b8d047
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue