mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-07 02:07:58 +00:00
Fixed port issue in service monitor
The way the service is created here creates a port named 80-8080 and not http. This causes this example to not work.
This commit is contained in:
parent
03bc47e9fb
commit
d453685af3
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: sample-app
|
app: sample-app
|
||||||
endpoints:
|
endpoints:
|
||||||
- port: http
|
- port: 80-8080
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue