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

refac(chart): Split out webhook and metrics endpoints into dedicated services #5777

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gjbravi
Copy link

@gjbravi gjbravi commented Jun 4, 2024

Description of your changes

The main goal of this change is to better separate and organize, between two services, different target ports from crossplane pods; being webhooks(9443) and metrics(8080).

This change facilitates targeted monitoring of Crossplane metrics via Prometheus ServiceMonitor and improves the overall organization by having a suggestive service name.

Fixes #
N/A

I have:

  • Read and followed Crossplane's [contribution process].
  • Run earthly +reviewable to ensure this PR is ready for review.
  • Added or updated unit tests.
  • Added or updated e2e tests.
  • Linked a PR or a [docs tracking issue] to [document this change].
  • Added backport release-x.y labels to auto-backport this PR.

@gjbravi gjbravi requested a review from a team as a code owner June 4, 2024 14:57
@gjbravi gjbravi requested a review from negz June 4, 2024 14:57
@negz
Copy link
Member

negz commented Jun 4, 2024

@gjbravi Please follow the instructions in the PR checklist and fill it out.

@gjbravi
Copy link
Author

gjbravi commented Jun 6, 2024

Hi @negz! Do you mind adding the backport label for me? I think I don't have the rights to do so once the PR is already opened.

@negz
Copy link
Member

negz commented Jun 7, 2024

@gjbravi I don't think we should back port this, as its not a bug fix. It's okay to strikethrough that one.

@gjbravi
Copy link
Author

gjbravi commented Jun 25, 2024

Hi @negz, could you please re-check it?

Please let me know in case this PR requires a doc, I would be happy writing one.

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.

None yet

2 participants