doc: fix deployment manifest example (#8407)

This commit is contained in:
David Jansen 2022-04-01 03:18:38 +02:00 committed by GitHub
parent 7517b7ecf7
commit 230d8e6792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,8 +64,8 @@ This tutorial will show you how to install [Prometheus](https://prometheus.io/)
- Deployment manifest:
```
apiVersion: v1
metadata:
kind: Deployment
metadata:
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "10254"