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

Ability to add labels to ServiceMonitor via the value file #1187

Open
AharonIsraelCohen opened this issue Dec 24, 2024 · 0 comments
Open

Ability to add labels to ServiceMonitor via the value file #1187

AharonIsraelCohen opened this issue Dec 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@AharonIsraelCohen
Copy link

I am using redis-cluster chart version: 0.16.4
And I need to add some extra labels to the serviceMonitor of the leaders and followers for prometheus.
currently I added it directly on the templates/leader-sm.yaml and templates/follower-sm.yaml files
would be very nice to have the ability to have costume labels via the value file

something like:

serviceMonitor:
  enabled: true
  interval: 30s
  scrapeTimeout: 10s
  namespace: monitoring
  labels:
    foo: bar
@AharonIsraelCohen AharonIsraelCohen added the enhancement New feature or request label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant