jbossdemocentral/coolstore-microservice

Inventory and Catalog services fail if started after their databases

siamaksade opened this issue · 1 comments

Inventory and Catalog service are dependent on a PostgreSQL and MongoDB container. If they get started before their database, the container starts but the service doesnät function correctly.

Health probes should be adjusted to test the db connection and restart the pod till the database pods are ready.

Fixed with bf5b9ee