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.
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