Skip to content

Commit bdefbeb

Browse files
Update prometheus-service.yaml
1 parent 50de7f2 commit bdefbeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/prometheus-service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ kind: Service
33
metadata:
44
name: prometheus
55
namespace: monitoring
6+
annotations:
7+
prometheus.io/scrape: 'true'
8+
prometheus.io/port: '9090'
69
spec:
710
selector:
811
app: prometheus-server

0 commit comments

Comments
 (0)