diff --git a/helm/flowforge/templates/deployment.yaml b/helm/flowforge/templates/deployment.yaml index f10a14a3..58def172 100644 --- a/helm/flowforge/templates/deployment.yaml +++ b/helm/flowforge/templates/deployment.yaml @@ -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: