mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 17:57:51 +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:
|
||||
app: sample-app
|
||||
endpoints:
|
||||
- port: http
|
||||
- port: 80-8080
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue