diff --git a/pages/clustering/high-availability/setup-ha-cluster-k8s.mdx b/pages/clustering/high-availability/setup-ha-cluster-k8s.mdx index b6baf993b..64c7e186d 100644 --- a/pages/clustering/high-availability/setup-ha-cluster-k8s.mdx +++ b/pages/clustering/high-availability/setup-ha-cluster-k8s.mdx @@ -598,8 +598,9 @@ The chart `kube-prometheus-stack` should be installed independently from HA chart with the following command: ```bash -helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ +helm install kube-prometheus-stack oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack \ -f kube_prometheus_stack_values.yaml \ + -f kube_prometheus_stack_memgraph_dashboard.yaml \ --namespace monitoring \ --create-namespace ``` @@ -608,6 +609,10 @@ helm install kube-prometheus-stack prometheus-community/kube-prometheus-stack \ upstream [chart’s repository]((https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml)). +`kube_prometheus_stack_memgraph_dashboard.yaml` is also optional - it provides a generic dashboard which shows the metrics +that Memgraph exports for both standalone and HA deployments. This dashboard file can be downloaded from +[here](https://github.com/memgraph/prometheus-exporter/blob/main/kube_prometheus_stack_memgraph_dashboard.yaml). + If you install the `kube-prometheus-stack` in a **non-default namespace**, allow cross-namespace scraping. You can allow this by adding the following configuration to your `kube_prometheus_stack_values.yaml` file: