Skip to content

Commit

Permalink
update health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
waelABDALLAH1 committed Dec 28, 2024
1 parent cc385e2 commit 15df335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pricing-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
sleep 30
echo "Performing health check..."
curl -X 'GET' 'http://localhost:8086/actuator/health' -H 'accept: application/json' || (echo "Service health check failed!" && exit 1)
curl -X 'GET' 'http://localhost:8086/health' -H 'accept: application/json' || (echo "Service health check failed!" && exit 1)
echo "Service deployed and healthy!"
Expand Down

0 comments on commit 15df335

Please sign in to comment.