Skip to content

Commit

Permalink
Add prometheus annotations for fly (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftocal committed Jun 29, 2023
1 parent 35a61af commit 6cb7f14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/fly/fly-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ spec:
metadata:
labels:
app: {{ .NAME }}
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
spec:
restartPolicy: Always
terminationGracePeriodSeconds: 40
Expand Down

0 comments on commit 6cb7f14

Please sign in to comment.