UNCLASSIFIED

Commit 61db5c87 authored by sean.melissari's avatar sean.melissari
Browse files

Merge branch 'add-healthcheck' into 'development'

add healthcheck

See merge request !15
parents 3f5c9f36 db0ffe67
Pipeline #207807 passed with stages
in 14 minutes and 59 seconds
...@@ -34,5 +34,9 @@ RUN useradd -u 1337 istio-proxy && \ ...@@ -34,5 +34,9 @@ RUN useradd -u 1337 istio-proxy && \
USER 1337 USER 1337
HEALTHCHECK --start-period=10s \
CMD bash -c '</dev/tcp/127.0.0.1/8001 &>/dev/null' || exit 1
# The pilot-agent will bootstrap Envoy. # The pilot-agent will bootstrap Envoy.
ENTRYPOINT ["/usr/local/bin/pilot-agent"] ENTRYPOINT ["/usr/local/bin/pilot-agent"]
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