doc: fix deployment manifest example (#8407)
This commit is contained in:
parent
7517b7ecf7
commit
230d8e6792
1 changed files with 1 additions and 1 deletions
|
@ -64,8 +64,8 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
|
||||||
- Deployment manifest:
|
- Deployment manifest:
|
||||||
```
|
```
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
metadata:
|
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "10254"
|
prometheus.io/port: "10254"
|
||||||
|
|
Loading…
Reference in a new issue