UNCLASSIFIED

Commit dbfd6990 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

Add healthcheck

parent cd3d2db8
Pipeline #304341 passed with stages
in 8 minutes and 20 seconds
ARG BASE_REGISTRY=registry1.dsop.io
ARG BASE_REGISTRY=registry1.dso.mil
ARG BASE_IMAGE=ironbank/opensource/nginx/nginx
ARG BASE_TAG=1.20.1
......@@ -23,6 +23,8 @@ COPY --from=base --chown=nginx:nginx /usr/bin/dumb-init /usr/bin/dumb-init
USER nginx
HEALTHCHECK --start-period=60s CMD /nginx-ingress-controller --version
ENTRYPOINT ["/usr/bin/dumb-init", "--"]
CMD ["/nginx-ingress-controller"]
\ No newline at end of file
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