## Description Update the results cache's health check command in `docker-compose-all.yaml` to match the format used in the Helm chart for consistency. ## Proposed Change Change the health check command to: ``` mongosh 127.0.0.1:27017/test --quiet --eval "db.runCommand('ping').ok" ``` This format avoids using shell piping and aligns with the Helm chart implementation. ## Context Requested by @junhaoliao in PR #1698 - PR: https://github.com/y-scope/clp/pull/1698 - Comment: https://github.com/y-scope/clp/pull/1698#discussion_r2590478910
Description
Update the results cache's health check command in
docker-compose-all.yamlto match the format used in the Helm chart for consistency.Proposed Change
Change the health check command to:
This format avoids using shell piping and aligns with the Helm chart implementation.
Context
Requested by @junhaoliao in PR #1698
redis,queue(RabbitMQ), andresults-cache(MongoDB) components asStatefulSets into the CLP Package Helm chart. #1698redis,queue(RabbitMQ), andresults-cache(MongoDB) components asStatefulSets into the CLP Package Helm chart. #1698 (comment)