Skip to content

Commit

Permalink
Add prometheus scrape annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Oct 6, 2023
1 parent 471e4a2 commit 42125c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions helm/flowforge/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ spec:
metadata:
labels:
app: flowforge
annotations:
{{- if .Values.forge.telemetry.backend.prometheus.enabled }}
prometheus.io/scrape: "true"
prometheus.io/port: "3000"
prometheus.io/path: "/metrics"
{{- end }}
spec:
serviceAccountName: flowforge
securityContext:
Expand Down

0 comments on commit 42125c2

Please sign in to comment.