fix: porta e health
All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 4m34s
All checks were successful
Deploy ASP.NET MVC to OCI / build-and-deploy (push) Successful in 4m34s
This commit is contained in:
parent
ad7676a05d
commit
5db9199705
@ -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 \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user