...
Port | Description |
---|---|
9090 | HTTP port that is used to make APIs available to the outside. |
9095 | HTTPS port that is used to make APIs available to the outside.
|
Health Check Endpoints
...
Code Block | ||
---|---|---|
| ||
curl -k "https://localhost:9095/health"
curl -k "http://localhost:9090/health"
response :
{status:healthy} |