[#67] services/ir: Remove deprecated flag in healthcheck

Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
Evgenii Stratonikov 2024-05-08 11:33:19 +03:00
parent 773ea2339b
commit 2b6122192a

View file

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