Skip to content

Commit f41138f

Browse files
author
Vishnu Attur
authored
Merge pull request #80 from Ab-hishek/change-ndm-svc-monitor
fix(ndm-svc-monitor): changed ndm service monitor selector
2 parents 1cf3150 + cb3b982 commit f41138f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/charts/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ keywords:
3434
# This is the chart version. This version number should be incremented each time you make changes
3535
# to the chart and its templates, including the app version.
3636
# Versions are expected to follow Semantic Versioning (https://semver.org/)
37-
version: 0.4.9
37+
version: 0.4.10
3838

3939
# This is the version number of the application being deployed. This version number should be
4040
# incremented each time you make changes to the application. Versions are not expected to

deploy/charts/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ openebsMonitoringAddon:
607607

608608
selector:
609609
matchLabels:
610-
name: openebs-ndm-exporter
610+
app: openebs-ndm-exporter
611611

612612
## Namespaces from which services are selected
613613
# namespaceSelector: []

jsonnet/config.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
alertRules: false,
263263
// ServiceMonitor configuration
264264
serviceMonitor: serviceMonitor('metrics', '/metrics', {
265-
name: 'openebs-ndm-exporter',
265+
app: 'openebs-ndm-exporter',
266266
}) {
267267
enabled: true,
268268
},

0 commit comments

Comments
 (0)