Use correct port for prom scraping
Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
parent
2c4742c223
commit
c773da7a80
@ -73,7 +73,7 @@ metadata:
|
|||||||
component: sliding-sync
|
component: sliding-sync
|
||||||
annotations:
|
annotations:
|
||||||
prometheus.io/scrape: "true"
|
prometheus.io/scrape: "true"
|
||||||
prometheus.io/port: "9000"
|
prometheus.io/port: "9090"
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user