fix(deploy): unauth health poll, validate-before-gate, fullmatch names, reload-only-on-ok

This commit is contained in:
2026-08-22 15:41:37 -06:00
parent 1bb15de258
commit 63528ff794
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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