Add prometheus annotations for fly (#474)

This commit is contained in:
ftocal 2023-06-29 11:10:03 -03:00 committed by GitHub
parent 35a61afc12
commit 6cb7f142b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -12,6 +12,9 @@ spec:
metadata:
labels:
app: {{ .NAME }}
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
spec:
restartPolicy: Always
terminationGracePeriodSeconds: 40