Skip to content

Commit

Permalink
feat: annotation to be compatible with prom helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreZ committed Jan 16, 2020
1 parent 2bb07bb commit b5e32aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployment/kubernetes/fdb-metrics-pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ apiVersion: v1
kind: Pod
metadata:
name: fdb-prometheus-exporter
annotations:
prometheus.io/scrape: "true"
prometheus.io/path: /metrics
prometheus.io/port: "8080"
spec:
containers:
- image: pierrezemb/fdb-prometheus-exporter:latest
Expand Down

0 comments on commit b5e32aa

Please sign in to comment.