aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorshrikantawachar <shrikant.awachar@amdocs.com>2018-07-26 17:33:48 +0530
committershrikantawachar <shrikant.awachar@amdocs.com>2018-07-26 17:33:48 +0530
commit5d9130a30a635c4136ef3ddcb1a22d049dbcc783 (patch)
treebb59fae9b9a22ad334faaff46433627d80b7408d /README.md
parentb4e10916730183985179c4aa81a94d459ac3369b (diff)
Workflow - adding Health Actuator
Workflow - adding Health Actuator Change-Id: Ic644ab2b26e2e8633266870192eb1f2b82484370 Issue-ID: SDC-1563 Signed-off-by: shrikantawachar <shrikant.awachar@amdocs.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2b6bcbce..75153808 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,8 @@ or, if Cassandra authentication is not required
The server listens on 8080 by default, but it is possible to change the application port by passing
`-e SERVER_PORT={PORT}` to Docker _run_ command.
+To check health information of application you can use option `-e SHOW_HEALTH={always}`
+
**Example**
`docker run -d -e JAVA_OPTIONS="-Xmx128m -Xms128m -Xss1m" -e CS_HOSTS=10.247.41.19,10.247.41.20