From 08fcd942c7fa141d806cf689a57e0e2b65f235a7 Mon Sep 17 00:00:00 2001 From: Tomoyuki KOYAMA Date: Mon, 28 Mar 2022 18:29:23 +0900 Subject: [PATCH] fix code highlight (#8392) --- docs/user-guide/monitoring.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/user-guide/monitoring.md b/docs/user-guide/monitoring.md index b8df59980..56eac8048 100644 --- a/docs/user-guide/monitoring.md +++ b/docs/user-guide/monitoring.md @@ -40,7 +40,7 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/) service: annotations: prometheus.io/port: "10254" - prometheus.io/scrape: "true" + prometheus.io/scrape: "true" .. ``` - If you are **not using helm**, you will have to edit your manifests like this: @@ -61,7 +61,6 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/) .. ``` - - Deployment manifest: ``` apiVersion: v1 @@ -76,8 +75,7 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/) - name: prometheus containerPort: 10254 .. - - ``` + ``` ### Deploy and configure Prometheus Server