ministryofjustice / cla_frontend

CLA Front End
http://ministryofjustice.github.io/cla_docs/
MIT License
3 stars 4 forks source link

LGA-2070 - Restore pod probes #798

Closed said-moj closed 2 years ago

said-moj commented 2 years ago

What does this pull request do?

Restore pod probes Remove smoke tests that contain request to the current app from the ready tests. Send INFO level logs to the console so that send info level logs to our logging system

Any other changes that would benefit highlighting?

Remove smoke tests that contain request to the current app from the ready tests as the app might not be ready to deal with these requests yet. In theory this shouldn't be an issue because initialDelaySeconds is set. However the ready probes fail when these smoke tests are executed as part of the ready probes.

Checklist

https://dsdmoj.atlassian.net/browse/LGA-2070