mirror of https://github.com/docker/docs.git
Update collect-cluster-metrics.md
need extra whitespace before replicas: 2 or else invalid yaml
This commit is contained in:
parent
d4277a5065
commit
530076c6f7
|
@ -144,7 +144,7 @@ To configure your external Prometheus server to scrape metrics from Prometheus i
|
||||||
metadata:
|
metadata:
|
||||||
name: prometheus
|
name: prometheus
|
||||||
spec:
|
spec:
|
||||||
replicas: 2
|
replicas: 2
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: prometheus
|
app: prometheus
|
||||||
|
|
Loading…
Reference in New Issue