From 1e9a769e5e4af4684967473f0844f66c3958432c Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 18 Jun 2025 17:50:51 -0600 Subject: feat: register the health check service and the reflection service --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ab0140fe..62138427 100644 --- a/Makefile +++ b/Makefile @@ -15,3 +15,7 @@ build-image: .PHONY: run-image run-image: build-image @docker run --rm -p 50051:50051 -it $(IMAGE_TAG) + +.PHONY: health-check +health-check: + @grpcurl -plaintext localhost:50051 grpc.health.v1.Health/Check -- cgit v1.2.3