fix: porta e health
All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 4m34s

This commit is contained in:
Ricardo Carneiro 2025-09-15 19:19:17 -03:00
parent ad7676a05d
commit 5db9199705

View File

@ -96,7 +96,7 @@ jobs:
--network host \ --network host \
--memory=2g \ --memory=2g \
--cpus=1.5 \ --cpus=1.5 \
--health-cmd="curl -f http://localhost:8082/health || exit 1" \ --health-cmd="curl -f http://localhost:8082/api/health || exit 1" \
--health-interval=30s \ --health-interval=30s \
--health-timeout=10s \ --health-timeout=10s \
--health-retries=3 \ --health-retries=3 \