Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Latest commit

 

History

History
7 lines (4 loc) · 403 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 403 Bytes

Ignite Health Check

Add this container in the same kubernetes pod as a tendermint node to expose a simple listener that will respond with 200 OK if the node is in sync, otherwise 503 Service Unavailable

Provide RPC_ADDRESS ENV var to change the node address that it will check (default tcp://localhost:26657)

Provide PORT ENV var to change the port that it will listen on (default 1251)