Skip to content

Commit b5e32aa

Browse files
committed
feat: annotation to be compatible with prom helm chart
1 parent 2bb07bb commit b5e32aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deployment/kubernetes/fdb-metrics-pod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ apiVersion: v1
22
kind: Pod
33
metadata:
44
name: fdb-prometheus-exporter
5+
annotations:
6+
prometheus.io/scrape: "true"
7+
prometheus.io/path: /metrics
8+
prometheus.io/port: "8080"
59
spec:
610
containers:
711
- image: pierrezemb/fdb-prometheus-exporter:latest

0 commit comments

Comments
 (0)