Relative Content

Tag Archive for javascriptnode.jsdocker-composeredisazure-container-apps

Health probe with errors in Azure Container App

I have an application running nodejs and redis services. The exposed port is only 3000. This application is an api that queries and stores data in a postgresql.
The services run in a single container.
My problem is that when I check the system log, I keep getting liveness, readiness and startup errors, even though I already have them configured.
So I wanted to know if anyone has had this problem and how to solve it.
I have the ingress type enabled and http type.
Another important thing to mention is that this application will be receiving approximately 150,000 requests per day.
Thanks!