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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,12 @@ You can configure the _iExec Worker_ with the following properties:
46
46
|`IEXEC_CORE_GRAYLOG_PORT`| Graylog server port. | Positive integer |`12201`|
47
47
|`IEXEC_WORKER_SGX_DRIVER_MODE`| Intel® SGX driver that should be used. | { NONE, LEGACY, NATIVE } |`NONE`|
48
48
49
+
## Health checks
50
+
51
+
A health endpoint (`/actuator/health`) is enabled by default and can be accessed on the `IEXEC_WORKER_PORT`.
52
+
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).
53
+
No default strategy has been implemented in the [Dockerfile](Dockerfile) at the moment.
54
+
49
55
## Build from sources
50
56
51
57
*Please first update your config located in `./src/main/resources/application.yml`*
0 commit comments