Skip to content
Snippets Groups Projects
Commit 3109e8c7 authored by garciadeblas's avatar garciadeblas
Browse files

Fix healthcheck for RO


Change-Id: I909021519a444c68fbe5216542ab49828416e71a
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent 1878746e
No related branches found
No related tags found
No related merge requests found
......@@ -49,6 +49,6 @@ ENV RO_DB_OVIM_PORT=3306
ENV RO_DB_NAME=mano_db
ENV RO_DB_OVIM_NAME=mano_vim_db
HEALTHCHECK --interval=5s --timeout=2s --retries=12 \
HEALTHCHECK --start-period=30s --interval=10s --timeout=5s --retries=12 \
CMD curl --silent --fail localhost:9090/openmano/tenants || exit 1
CMD /bin/RO/start.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment