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: pages/getting-started/install-memgraph/kubernetes.mdx
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -769,6 +769,7 @@ The following table lists the configurable parameters of the Memgraph HA chart a
769
769
|`prometheus.memgraphExporter.pullFrequencySeconds`| How often will Memgraph's Prometheus exporter pull data from Memgraph instances. | `5` |
770
770
| `prometheus.memgraphExporter.repository` | The repository where Memgraph's Prometheus exporter image is available. |`memgraph/prometheus-exporter`|
771
771
|`prometheus.memgraphExporter.tag`| The tag of Memgraph's Prometheus exporter image. | `0.2.1` |
772
+
| `prometheus.serviceMonitor.enabled` | If enabled, a `ServiceMonitor` object will be deployed. | `true` |
772
773
| `prometheus.serviceMonitor.kubePrometheusStackReleaseName` | The release name under which `kube-prometheus-stack` chart is installed. | `kube-prometheus-stack` |
773
774
| `prometheus.serviceMonitor.interval` | How often will Prometheus pull data from Memgraph's Prometheus exporter. |`15s`|
774
775
|`labels.coordinators.podLabels`| Enables you to set labels on a pod level. |`{}`|
@@ -868,4 +869,4 @@ Refer to the [Memgraph Lab documentation](/memgraph-lab/configuration) for detai
0 commit comments