1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

doc: fix sample port name used

This commit is contained in:
Horaci Macias
2024-04-30 08:59:26 +02:00
parent a0fddcecde
commit 82024379c1

View File

@@ -141,7 +141,7 @@ spec:
port: 8080
```
We would then define the service monitor using `metrics` as the port not `"8080"`. E.g.
We would then define the service monitor using `web` as the port, not `"8080"`. E.g.
**CORRECT**