Skip to content

Commit 38a3bf9

Browse files
committed
BUG: Does not reload on healthcheck
1 parent ed0ef0c commit 38a3bf9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

scripts/check.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ if [[ "$HEALTHCHECK" == "true" ]]; then
2121
echo "ERROR: Unable to ping ${LISTENER_ADDRESS}"
2222
exit 1
2323
fi
24-
25-
wget -qO- "http://localhost:8080/v1/docker-flow-proxy/reload"
26-
27-
if [[ $? -ne 0 ]]; then
28-
echo "ERROR: Unable to reload docker flow proxy"
29-
exit 1
30-
fi
3124
fi
32-
3325
fi
3426

3527
exit 0

0 commit comments

Comments
 (0)