Adds ziti-quickstart to the depends_on fields of ziti-controller and ziti-frontend to avoid the issue where neither service recovers if the quickstart takes too long to initialize.
I did test this with simply service_started, but it wasn't enough to make it work. Hopefully there aren't scenarios where ziti-quickstart is intended to only report as started instead of healthy.
ziti-quickstart
to thedepends_on
fields ofziti-controller
andziti-frontend
to avoid the issue where neither service recovers if the quickstart takes too long to initialize.service_started
, but it wasn't enough to make it work. Hopefully there aren't scenarios whereziti-quickstart
is intended to only report as started instead of healthy.