Skip to content

Commit a43779e

Browse files
scrape prometheus
1 parent 0bcd9a9 commit a43779e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/monitoring/prometheus/deployment.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ spec:
2121
app.kubernetes.io/instance: prometheus-prod
2222
app.kubernetes.io/component: prometheus
2323
app.kubernetes.io/part-of: monitoring
24+
annotations:
25+
prometheus.io/port: "9090"
26+
prometheus.io/scrape: "true"
2427
spec:
2528
serviceAccountName: prometheus
2629
securityContext:

0 commit comments

Comments
 (0)