To enable health endpoints in Docker deployments, you must:
Configure the health.group.<group>.include parameter in the
application.yml
file.- Run CA Gateway with the
-p
command described in Running the CA Gateway Docker container.
CA Gateway will expose the following endpoints to check the application health.
https://<HOST>:<MONITOR_HOST_PORT>/<management.endpoints.web.base-path>/<ENDPOINT>
Where:
<HOST>
is the hostname or IP address of the CA Gateway host server.<MONITOR_HOST_PORT>
is the same<MONITOR_HOST_PORT>
port selected in Running the CA Gateway Docker container.<management.endpoints.web.base-path>
is the value of the management.endpoints.web.base-path parameter in theapplication.yml
configuration file.<ENDPOINT>
is the identifier of one of the endpoints described below.