How can we expose health check in tyk-pump (opensource v1.7.0)

Hi,

We are trying to fetch health check data for tyk pump, we are able to get it in the tyk-pump VM itself via curl call to http://localhost:8083/health.
But, we need to get this over the internet. As we are able to get it in tyk-gateway by hitting https://[gateway-host]:[gateway-port]/hello in postman.

Please, let us know how can this be achieved in tyk-pump.

Thanks!!

Expose the port and desired protocol of your VM (assuring you have a firewall, NSG etc.,) and make a request using the public IP of your VM. If you have a hostname mapped out then use that.

But this isn’t a Tyk specific question

Hi @Olu,

Thanks for a quick response, will try that