You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I have deployed aerospike prometheus exporter as a sidecar via helm chart to monitor it with my existing prometheus and grafana setup. I have created a servicemonitor and put a selector in it. However there is no way to set the label of the service so that it can match my custom selector on servicemonitor.
It would be nice to set any label for the service as in statefulset
Hi. I have deployed aerospike prometheus exporter as a sidecar via helm chart to monitor it with my existing prometheus and grafana setup. I have created a servicemonitor and put a selector in it. However there is no way to set the label of the service so that it can match my custom selector on servicemonitor.
It would be nice to set any label for the service as in statefulset
labels keys are fixed here:
aerospike-kubernetes/helm/templates/service.yaml
Line 26 in c857b1d
Statefulset has this option:
aerospike-kubernetes/helm/templates/statefulset.yaml
Line 30 in c857b1d
Thanks in advance.
The text was updated successfully, but these errors were encountered: