Skip to content

Commit

Permalink
Set the prometheus metrics annotations in resource files
Browse files Browse the repository at this point in the history
Resolves #53.
  • Loading branch information
jorgebay committed Oct 20, 2022
1 parent 34ae33a commit cd30b90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/kubernetes/barco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ spec:
labels:
app.kubernetes.io/name: barco
name: barco
annotations:
prometheus.io/port: "9253"
prometheus.io/scrape: "true"
spec:
serviceAccountName: barco
terminationGracePeriodSeconds: 60
Expand Down

0 comments on commit cd30b90

Please sign in to comment.