Change ports from 4000/4001 to 4500/4501
This commit is contained in:
@@ -118,7 +118,7 @@ check_service_status() {
|
||||
fi
|
||||
|
||||
# Check if service responds to HTTP requests
|
||||
if [ "$port" = "4000" ]; then
|
||||
if [ "$port" = "4500" ]; then
|
||||
if timeout 3 curl -s http://localhost:${port}/api/health > /dev/null 2>&1; then
|
||||
diag_log "INFO" "HTTP endpoint responding"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user