UNCLASSIFIED

Commit db0ffe67 authored by sean.melissari's avatar sean.melissari
Browse files

add healthcheck

parent 3f5c9f36
Pipeline #207806 canceled with stages
...@@ -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