Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `{}` |
Expand All @@ -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:
Expand Down