add prometheus annotations for fly

This commit is contained in:
Fernando Torres 2023-06-27 14:40:51 -03:00
parent 914580cfdc
commit 9a14ad23de
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