UNCLASSIFIED

Commit 227fa7d4 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'add-healthcheck' into 'development'

add healthcheck

See merge request !13
parents b84633b1 dba57266
Pipeline #228439 passed with stages
in 14 minutes and 15 seconds
...@@ -24,4 +24,7 @@ RUN chown -R kiali:kiali $KIALI_HOME/ && \ ...@@ -24,4 +24,7 @@ RUN chown -R kiali:kiali $KIALI_HOME/ && \
USER kiali USER kiali
HEALTHCHECK --interval=1m --start-period=30s \
CMD curl -f http://localhost:20001/api/status || exit 1
ENTRYPOINT ["/opt/kiali/kiali"] ENTRYPOINT ["/opt/kiali/kiali"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment