fix code highlight (#8392)

This commit is contained in:
Tomoyuki KOYAMA 2022-03-28 18:29:23 +09:00 committed by GitHub
parent 5298448865
commit 08fcd942c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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