Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust liveness and readiness probe timout and periodseconds #184

Merged
merged 1 commit into from
Nov 3, 2023

Conversation

poornima-krishnasamy
Copy link
Contributor

@poornima-krishnasamy poornima-krishnasamy commented Nov 3, 2023

This PR adds custom liveness and readiness probe to prometheus container.

The prometheus restarted few times in past days and while investigating its the readiness probe failed with 503. The prometheus is slow is responding sometimes due to having more data, more scrape and more serviceMonitors. Until we find the solution to handle, Increasing the timeoutSeconds from 3(default from chart) to 6 will allow slow prometheus to respond to probe before it is considered as failure.
This PR also changes the periodSeconds from 5 to 8 so the probe doesnt start before the previous one is finished.

@poornima-krishnasamy poornima-krishnasamy force-pushed the adjust-probe branch 2 times, most recently from 2b98c16 to 071a0d0 Compare November 3, 2023 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants