frostfs-dev-env/services/ir/healthcheck.sh
Alex Vanin 69bd34f2f6 [#1] Update env prefixes in builds
Signed-off-by: Alex Vanin <a.vanin@yadro.com>
2023-02-07 12:18:05 +03:00

6 lines
156 B
Bash
Executable file

#!/bin/sh
/frostfs-cli control healthcheck \
--endpoint "$FROSTFS_IR_CONTROL_GRPC_ENDPOINT" \
--wallet /wallet01.key --ir |
grep "Health status: READY"