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

feat: Health trait #2740

Merged
merged 1 commit into from
Nov 10, 2021
Merged

feat: Health trait #2740

merged 1 commit into from
Nov 10, 2021

Conversation

astefanutti
Copy link
Member

@astefanutti astefanutti commented Nov 9, 2021

This PR adds a new health trait. It encapsulates the configuration of health probes for the integration container.

It transfers that responsibility from the container trait, that became bloated over time, and do not pass the single responsibility principle. Backward compatibility is maintained, by converting the container trait configuration into the health trait.

It also fixes #1610.

Release Note

feat: Health trait

@astefanutti astefanutti added the kind/feature New feature or request label Nov 9, 2021
Copy link
Member

@nicolaferraro nicolaferraro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Separate readiness and liveness probe
4 participants