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
Copy file name to clipboardExpand all lines: deploy/charts/README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,23 +76,26 @@ The following table lists the configurable parameters of the OpenEBS monitoring
76
76
77
77
You can modify different parameters by specifying the desired value in the `helm install` command by using the `--set` and/or the `--set-string` flag(s). You can modify the parameters of the [kube-prometheus-stack chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) by adding `kube-prometheus-stack` before the desired parameter in the `helm install` command.
78
78
79
-
In the following sample command we modify `serviceMonitors.cstor.enabled` from the openebs-monitoring chart and `kube-prometheus-stack.kubeProxy.enabled` from the kube-prometheus-stack chart to disable monitoring for cstor volumes and kube-proxy.
79
+
In the following sample command we modify `openebsMonitoringAddon.cStor.enabled` from the openebs-monitoring chart and `kube-prometheus-stack.kubeProxy.enabled` from the kube-prometheus-stack chart to disable monitoring for cstor and kube-proxy.
|`kube-prometheus-stack.global.rbac.pspEnabled`| Disable PSP for alertmanager, prometheus and prometheus-operator |`false`|
90
+
|`kube-prometheus-stack.kube-state-metrics.podSecurityPolicy.enabled`| Disable PSP for kube-state-metrics |`false`|
89
91
|`kube-prometheus-stack.prometheus.service.type`| Service type for Prometheus |`"NodePort"`|
90
92
|`kube-prometheus-stack.prometheus.service.nodePort`| NodePort value for Prometheus service |`32514`|
91
93
|`kube-prometheus-stack.prometheus.prometheusSpec.serviceMonitorSelectorNilUsesHelmValues`| Enables Prometheus to select every service monitors |`false`|
92
94
|`kube-prometheus-stack.prometheus.prometheusSpec.podMonitorSelectorNilUsesHelmValues`| Enables Prometheus to select every pod monitors |`false`|
93
95
|`kube-prometheus-stack.prometheus.prometheusSpec.ruleSelectorNilUsesHelmValues`| Enables Prometheus to select every Prometheus rules |`false`|
94
96
|`kube-prometheus-stack.prometheus.prometheusSpec.replicas`| Number of instances to deploy for a Prometheus deployment |`1`|
95
97
|`kube-prometheus-stack.prometheus.prometheusSpec.storageSpec`| Storage spec to specify how storage shall be used. |`{}`|
98
+
|`kube-prometheus-stack.prometheus-node-exporter.rbac.pspEnabled`| Disable PSP for node-exporter |`false`|
96
99
|`kube-prometheus-stack.prometheus-node-exporter.securityContext`| Privilege and access control settings for node-exporter |`{...}`|
|`kube-prometheus-stack.alertmanager.alertmanagerSpec.replicas`| Number of instances to deploy for a Alertmanager deployment |`1`|
103
106
|`kube-prometheus-stack.alertmanager.alertmanagerSpec.storage`| Storage is the definition of how storage will be used by the Alertmanager instances |`{}`|
0 commit comments