fix(deploy): unauth health poll, validate-before-gate, fullmatch names, reload-only-on-ok
This commit is contained in:
+1
-1
@@ -247,7 +247,7 @@ chmod 755 /etc/init.d/mk8-guard
|
||||
i=0
|
||||
HEALTH_OK=''
|
||||
while [ \$i -lt 60 ]; do
|
||||
if curl -fsS -m 3 http://127.0.0.1:8080/api/api_ping >/dev/null 2>&1; then
|
||||
if curl -fsS -m 3 http://127.0.0.1:8080/ >/dev/null 2>&1; then
|
||||
HEALTH_OK=1
|
||||
break
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user