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/refactor probes #691

Merged
merged 17 commits into from
Apr 5, 2023
Merged

Feat/refactor probes #691

merged 17 commits into from
Apr 5, 2023

Conversation

MiroslavRepka
Copy link
Contributor

This PR removes the dependency on grpc-health-probe in favour of Kubernetes native grpc health probes.

Each gRPC server in Claudie now defines two services

  • <service name>-liveness -> liveness health probe
  • <service name>-readiness -> readiness health probe

@MiroslavRepka MiroslavRepka added enhancement New feature or request go Pull requests that update Go code labels Apr 5, 2023
@MiroslavRepka MiroslavRepka self-assigned this Apr 5, 2023
@MiroslavRepka MiroslavRepka marked this pull request as ready for review April 5, 2023 09:24
@MiroslavRepka MiroslavRepka added this pull request to the merge queue Apr 5, 2023
Merged via the queue into master with commit 1d92db7 Apr 5, 2023
@MiroslavRepka MiroslavRepka deleted the feat/refactor-probes branch April 5, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants