-
Notifications
You must be signed in to change notification settings - Fork 7
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
TIED-122: Add endpoints for liveness & readiness probes #368
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
=======================================
Coverage 95.55% 95.56%
=======================================
Files 104 105 +1
Lines 5021 5032 +11
=======================================
+ Hits 4798 4809 +11
Misses 223 223 ☔ View full report in Codecov by Sentry. |
b9889dd
to
1a6823d
Compare
Refs: TIED-122
1a6823d
to
4d0b5bf
Compare
Kudos, SonarCloud Quality Gate passed! |
# | ||
# Kubernetes liveness & readiness probes | ||
# | ||
@require_safe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added this for Sonarcloud.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍
Description
Add endpoints for liveness & readiness probes.
Related Issue(s)
TIED-122
Motivation and Context
Liveness & readiness probes require endpoints to work.