override caddy https port

This commit is contained in:
Kenneth Bingham
2025-03-18 21:55:02 -04:00
parent 4b3f7493d1
commit 0bb6f0e4d3
6 changed files with 14 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ until [[ -n "${ZITI_PUBLIC_ID}" ]]; do
done
echo "DEBUG: 'public' ZITI_PUBLIC_ID=$ZITI_PUBLIC_ID"
until curl -sSf "${ZROK_API_ENDPOINT}/api/v1/version"; do
until curl -sSf "${ZROK_API_ENDPOINT}" &>/dev/null; do
echo "DEBUG: waiting for zrok controller API version endpoint to respond"
sleep 3
done