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

[prometheus-adapter] Add sidecar container support #3737

Merged
merged 8 commits into from
Sep 29, 2023

Conversation

rpriyanshu9
Copy link
Contributor

@rpriyanshu9 rpriyanshu9 commented Aug 29, 2023

What this PR does / why we need it

This PR makes it possible to add sidecar containers to a prometheus-adapter deployment. This lets you put e.g. a sigv4 proxy sidecar (https://github.com/awslabs/aws-sigv4-proxy) alongside the main container, which we need in order to connect to Amazon Managed Service for Prometheus’s query endpoint.

Which issue this PR fixes

Special notes for your reviewer

Checklist

  • DCO signed
  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [prometheus-couchdb-exporter])

Signed-off-by: Priyanshu Raj <priyanshu.raj@segment.com>
Signed-off-by: Priyanshu Raj <55045459+rpriyanshu9@users.noreply.github.com>
charts/prometheus-adapter/Chart.yaml Outdated Show resolved Hide resolved
charts/prometheus-adapter/values.yaml Outdated Show resolved Hide resolved
Signed-off-by: Priyanshu Raj <55045459+rpriyanshu9@users.noreply.github.com>
Signed-off-by: Priyanshu Raj <priyanshu.raj@segment.com>
@rpriyanshu9
Copy link
Contributor Author

@steven-sheehy I've implemented the requested changes. Could you please take a look?

Copy link
Member

@steven-sheehy steven-sheehy left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for your contribution

@steven-sheehy steven-sheehy merged commit 10e87db into prometheus-community:main Sep 29, 2023
4 checks passed
Matiasmct pushed a commit to giffgaff/prometheus-charts that referenced this pull request Mar 20, 2024
…ity#3737)

Signed-off-by: Priyanshu Raj <priyanshu.raj@segment.com>
Signed-off-by: Priyanshu Raj <55045459+rpriyanshu9@users.noreply.github.com>
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.

[prometheus-adapter] Add Support for sidecar containers
2 participants