projects
/
osm
/
devops.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f84e23b
)
change lcm healthcheck
77/7177/1
v5.0
v5.0.4
v5.0.5
author
tierno
<alfonso.tiernosepulveda@telefonica.com>
Sun, 3 Feb 2019 01:27:38 +0000
(
02:27
+0100)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Sun, 3 Feb 2019 01:27:38 +0000
(
02:27
+0100)
Change-Id: I0e16ac48d0bef614f531639621b163591323a418
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
docker/LCM/Dockerfile
patch
|
blob
|
history
diff --git
a/docker/LCM/Dockerfile
b/docker/LCM/Dockerfile
index
909ea3a
..
5148e02
100644
(file)
--- a/
docker/LCM/Dockerfile
+++ b/
docker/LCM/Dockerfile
@@
-97,7
+97,7
@@
ENV OSMLCM_MESSAGE_DRIVER kafka
ENV OSMLCM_MESSAGE_HOST kafka
ENV OSMLCM_MESSAGE_PORT 9092
-HEALTHCHECK --interval=
30s --timeout=140
s --retries=1 \
+HEALTHCHECK --interval=
120s --timeout=15
s --retries=1 \
CMD python3 /usr/lib/python3/dist-packages/osm_lcm/lcm.py --health-check || exit 1