Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 258f4412 authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Fix bamboo plan - increase timeout and retries for springboot image health

parent ddcbc5bc
No related branches found
No related tags found
No related merge requests found
Pipeline #176099 failed
......@@ -74,7 +74,7 @@ RUN unzip /tmp/artefacts/smp-setup.zip -d /tmp/ \
&& mv /tmp/artefacts/smp-springboot-exec.jar $SMP_HOME/ \
&& chmod u+x /sbin/entrypoint.sh
HEALTHCHECK --interval=20s --timeout=5s \
HEALTHCHECK --interval=20s --timeout=10s --start-period=60s --retries=5 \
CMD curl -f http://localhost:${SMP_PORT}/smp/ || exit 1
ENTRYPOINT ["/sbin/entrypoint.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