You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,6 @@ You can configure the _iExec Core Scheduler_ with the following properties:
51
51
|`IEXEC_SMS_PROTOCOL`|_iExec SMS_ server communication protocol. | String |`http`|
52
52
|`IEXEC_SMS_HOST`|_iExec SMS_ server host. | String |`localhost`|
53
53
|`IEXEC_SMS_PORT`|_iExec SMS_ server port. | Positive integer |`13300`|
54
-
|`IEXEC_CORE_MANAGEMENT_PORT`| Management endpoint HTTP port (uses the same port as the application by default). Configure a different port to use management-specific SSL. | Positive integer |`13001`|
55
54
|`IEXEC_CORE_MANAGEMENT_ACTUATORS`| Endpoint IDs that should be included or `*` for all. | String |`health, info`|
56
55
|`IEXEC_CORE_GRAYLOG_HOST`|_Graylog_ server host. | String |`localhost`|
57
56
|`IEXEC_CORE_GRAYLOG_PORT`|_Graylog_ server port. | Positive integer |`12201`|
@@ -60,6 +59,12 @@ You can configure the _iExec Core Scheduler_ with the following properties:
60
59
61
60
A more exhaustive documentation is available on [the official documentation of iExec](https://docs.iex.ec/).
62
61
62
+
## Health checks
63
+
64
+
A health endpoint (`/actuator/health`) is enabled by default and can be accessed on the `IEXEC_CORE_PORT`.
65
+
This endpoint allows to define health checks in an orchestrator or a [compose file](https://github.com/compose-spec/compose-spec/blob/master/spec.md#healthcheck).
66
+
No default strategy has been implemented in the [Dockerfile](Dockerfile) at the moment.
0 commit comments