Skip to content

Commit e5c97a2

Browse files
committed
Fix user-service prometheus annotation port
1 parent 2dcc6dd commit e5c97a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/faf-user-service/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
app: faf-user-service
1919
annotations:
2020
prometheus.io/scrape: 'true'
21-
prometheus.io/port: '8080'
21+
prometheus.io/port: '9000'
2222
prometheus.io/path: '/q/metrics'
2323
spec:
2424
containers:

0 commit comments

Comments
 (0)