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
10 changes: 2 additions & 8 deletions pages/getting-started/install-memgraph/kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -556,13 +556,6 @@ kubectl create secret generic memgraph-secrets --from-literal=USER=memgraph --fr

The same user will then be created on all coordinator and data instances through Memgraph's environment variables.

### Monitoring

HA chart supports monitoring through Prometheus. The basic configuration template is provided in `values.yaml` file which allows you to specify whether or not you
want to use Prometheus and through which type of service you want your Prometheus server to be exposed. We use `prometheus-community` [chart](https://github.com/prometheus-community/helm-charts)
as a dependency set-up through Chart.yaml file.


### Setting up the cluster

Although there are many configuration options you can use to set up HA cluster (especially for networking), the set-up process
Expand Down Expand Up @@ -769,6 +762,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, the object of type ServiceMonitor 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 Down Expand Up @@ -864,4 +858,4 @@ Refer to the [Memgraph Lab documentation](/memgraph-lab/configuration) for detai




kube