redpanda-data / helm-charts

Redpanda Helm Chart
http://redpanda.com
Apache License 2.0
62 stars 90 forks source link

Add a namespace selector to the helm chart service monitor #916

Open reidmeyer opened 10 months ago

reidmeyer commented 10 months ago

Issue

Sometimes the namespaceSelector is needed in order to scrape certain services per namespace. The current ServiceMonitor does not have this options.

Feature request

Add the namespaceSelector to ServiceMonitor.spec. I think the default value should be {{.Release.namespace}} or any.

Alternatives

When the namespaceSelector is needed I create the object myself as workaround to this issue

JIRA Link: K8S-57

weeco commented 7 months ago

Moving this from the KMinion repository to the helm-charts repo