Description
Using the container port for readiness check doesn't work for dataedge and res due to authentication requirements.
Proposed solution
Add an non password protected endpoint to all services, /check or similar, that will return a 200 once the app is fully started.
Definition of Done
A non protected endpoint exists that will return a 200 when the app is fully started.
Description
Using the container port for readiness check doesn't work for dataedge and res due to authentication requirements.
Proposed solution
Add an non password protected endpoint to all services,
/checkor similar, that will return a200once the app is fully started.Definition of Done
A non protected endpoint exists that will return a 200 when the app is fully started.