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: Add service annotations to helm chart #4359

Merged
merged 4 commits into from
Sep 29, 2024

Conversation

jukie
Copy link
Contributor

@jukie jukie commented Sep 29, 2024

What type of PR is this?

What this PR does / why we need it:
Adds support for configuring annotations on the service. This is useful for things like enabling metrics scraping or other systems that monitor workload annotations.

Which issue(s) this PR fixes:

Fixes #4358

@jukie jukie requested a review from a team as a code owner September 29, 2024 00:28
Copy link

codecov bot commented Sep 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.98%. Comparing base (cbd92e2) to head (cd08054).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4359      +/-   ##
==========================================
- Coverage   65.98%   65.98%   -0.01%     
==========================================
  Files         197      197              
  Lines       23972    23972              
==========================================
- Hits        15818    15817       -1     
- Misses       7027     7028       +1     
  Partials     1127     1127              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: jukie <[email protected]>
@jukie jukie force-pushed the helm-service-annotations-support branch from fcfbced to 9fa325f Compare September 29, 2024 00:47
Signed-off-by: jukie <[email protected]>
@jukie
Copy link
Contributor Author

jukie commented Sep 29, 2024

/retest

1 similar comment
@jukie
Copy link
Contributor Author

jukie commented Sep 29, 2024

/retest

Signed-off-by: jukie <[email protected]>
@jukie jukie requested a review from zirain September 29, 2024 02:31
@jukie
Copy link
Contributor Author

jukie commented Sep 29, 2024

/retest

Copy link
Member

@Xunzhuo Xunzhuo left a comment

Choose a reason for hiding this comment

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

/lgtm

@Xunzhuo Xunzhuo merged commit 3b9ab70 into envoyproxy:main Sep 29, 2024
27 checks passed
@jukie jukie deleted the helm-service-annotations-support branch September 29, 2024 04:04
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.

Add support for configuring service annotations in helm chart
3 participants