summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-18 17:50:51 -0600
committermo khan <mo@mokhan.ca>2025-06-18 17:50:51 -0600
commit1e9a769e5e4af4684967473f0844f66c3958432c (patch)
tree6b4f315cc17f1a7469888fd2bff9a4dba12d2088 /Makefile
parentfabafd3c434532935fa74fe8a75c09b9bbfb51e9 (diff)
feat: register the health check service and the reflection service
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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