From 6d4b923b50621fe9acd4fd1fa63f66baddbca1f3 Mon Sep 17 00:00:00 2001 From: Samarth Jejurkar Date: Wed, 13 Nov 2024 14:28:19 +0530 Subject: [PATCH] Add Exposing Prometheus and Alertmanager link to Platform Guide --- layouts/index.html | 6 ++++++ synchronize.sh | 1 + 2 files changed, 7 insertions(+) diff --git a/layouts/index.html b/layouts/index.html index 359112c..9778723 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -46,6 +46,12 @@

Prometheus Target Configuration

Automatically generate monitoring target configurations based on familiar Kubernetes label queries; no need to learn a Prometheus specific configuration language.

+
+

Exposing Prometheus and Alertmanager

+

Learn how to expose Prometheus and Alertmanager services.

+ Read More +
+ diff --git a/synchronize.sh b/synchronize.sh index c7f8a24..e8bc182 100755 --- a/synchronize.sh +++ b/synchronize.sh @@ -42,6 +42,7 @@ cp repos/prometheus-operator/Documentation/thanos.md content/docs/platform/thano cp repos/prometheus-operator/Documentation/troubleshooting.md content/docs/platform/troubleshooting.md cp repos/prometheus-operator/Documentation/user-guides/storage.md content/docs/platform/storage.md cp repos/prometheus-operator/Documentation/user-guides/strategic-merge-patch.md content/docs/platform/strategic-merge-patch.md +cp repos/prometheus-operator/Documentation/user-guides/exposing-prometheus-and-alertmanager.md content/docs/platform-guides/exposing-prometheus-and-alertmanager.md # developer guide cp repos/prometheus-operator/Documentation/user-guides/getting-started.md content/docs/developer/getting-started.md