Skip to content

Commit

Permalink
Merge pull request #80 from Ab-hishek/change-ndm-svc-monitor
Browse files Browse the repository at this point in the history
fix(ndm-svc-monitor): changed ndm service monitor selector
  • Loading branch information
Vishnu Attur authored Nov 26, 2021
2 parents 1cf3150 + cb3b982 commit f41138f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.9
version: 0.4.10

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ openebsMonitoringAddon:

selector:
matchLabels:
name: openebs-ndm-exporter
app: openebs-ndm-exporter

## Namespaces from which services are selected
# namespaceSelector: []
Expand Down
2 changes: 1 addition & 1 deletion jsonnet/config.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
alertRules: false,
// ServiceMonitor configuration
serviceMonitor: serviceMonitor('metrics', '/metrics', {
name: 'openebs-ndm-exporter',
app: 'openebs-ndm-exporter',
}) {
enabled: true,
},
Expand Down

0 comments on commit f41138f

Please sign in to comment.