diff --git a/pages/getting-started/install-memgraph/kubernetes.mdx b/pages/getting-started/install-memgraph/kubernetes.mdx index b6e95081b..17325dc13 100644 --- a/pages/getting-started/install-memgraph/kubernetes.mdx +++ b/pages/getting-started/install-memgraph/kubernetes.mdx @@ -774,7 +774,7 @@ The following table lists the configurable parameters of the Memgraph HA chart a | `prometheus.memgraphExporter.pullFrequencySeconds` | How often will Memgraph's Prometheus exporter pull data from Memgraph instances. | `5` | | `prometheus.memgraphExporter.repository` | The repository where Memgraph's Prometheus exporter image is available. | `memgraph/prometheus-exporter` | | `prometheus.memgraphExporter.tag` | The tag of Memgraph's Prometheus exporter image. | `0.2.1` | -| `prometheus.serviceMonitor.enabled` | If enabled, a `ServiceMonitor` object will be deployed. | `true` | +| `prometheus.serviceMonitor.enabled` | If enabled, a `ServiceMonitor` object will be deployed. | `true` | | `prometheus.serviceMonitor.kubePrometheusStackReleaseName` | The release name under which `kube-prometheus-stack` chart is installed. | `kube-prometheus-stack` | | `prometheus.serviceMonitor.interval` | How often will Prometheus pull data from Memgraph's Prometheus exporter. | `15s` | | `labels.coordinators.podLabels` | Enables you to set labels on a pod level. | `{}` | @@ -785,6 +785,8 @@ The following table lists the configurable parameters of the Memgraph HA chart a | `extraEnv.coordinators` | Env variables that users can define and are applied to coordinators | `[]` | | `initContainers.data` | Init containers that users can define that will be applied to data instances. | `[]` | | `initContainers.coordinators` | Init containers that users can define that will be applied to coordinators. | `[]` | +| `tolerations.coordinators` | Applied to a coordinator pod and allows the pod to be scheduled on nodes with matching taints. | `[]` | +| `tolerations.data` | Applied to a data pod and allows the pod to be scheduled on nodes with matching taints. | `[]` | For the `data` and `coordinators` sections, each item in the list has the following parameters: