Skip to content

Commit

Permalink
Fix phrometheus annotation from backfiller to service
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-16 committed Jun 30, 2023
1 parent 0c478d6 commit 9de6ea9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deploy/parser/parser-backfiller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ spec:
metadata:
labels:
app: {{ .NAME }}-backfiller
annotations:
prometheus.io/scrape: "true"
prometheus.io/port: "8000"
spec:
restartPolicy: Never
terminationGracePeriodSeconds: 40
Expand Down
3 changes: 3 additions & 0 deletions deploy/parser/parser-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 9de6ea9

Please sign in to comment.