Skip to content

Commit

Permalink
Add zfs localpv dashboard (#74)
Browse files Browse the repository at this point in the history
* Add zfs localpv dashboard
* Updated readme and helm version

Signed-off-by: Sahil Raja <[email protected]>
  • Loading branch information
rajaSahil authored Sep 17, 2021
1 parent aef85ea commit 2c79050
Show file tree
Hide file tree
Showing 9 changed files with 2,513 additions and 2 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.6
version: 0.4.7

# 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: 2 additions & 0 deletions deploy/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ helm install openebs-monitoring openebs-monitoring/monitoring --namespace openeb
| `openebsMonitoringAddon.cStor.podMonitor.podMetricsEndpoints.relabelings` | RelabelConfigs to apply to cstor pools before scraping | `[...]` |
| `openebsMonitoringAddon.cStor.podMonitor.selector` | Selector to select endpoints objects | `{matchLabels: {app: cstor-pool}}` |
| `openebsMonitoringAddon.cStor.podMonitor.namespaceSelector` | Selector to select which namespaces the endpoints objects are discovered from | `[any: true]` |
| `openebsMonitoringAddon.zfsLocalPV.enabled` | Enables installation of monitoring addons for zfs LocalPV | `true` |
| `openebsMonitoringAddon.zfsLocalPV.dashboards.enabled` | Enables dashboard installation of openebs zfs localPV Storage engine | `true` |

We can edit the npd parameters too accordingly from [here](https://artifacthub.io/packages/helm/deliveryhero/node-problem-detector)

Expand Down
Loading

0 comments on commit 2c79050

Please sign in to comment.