Skip to content

Commit

Permalink
Fix servicemonitor helm template references (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuelsh authored Nov 21, 2023
1 parent d0bc1c0 commit c075002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/fuel-block-committer/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
apiVersion: monitoring.coreos.com/v1
kind: ServiceMonitor
metadata:
name: {{ include "fuel-indexer.fullname" . }}
name: {{ include "fuel-block-committer.fullname" . }}
labels:
release: {{ .Values.app.serviceMonitor.prometheusRelease }}
spec:
selector:
matchLabels:
{{- include "fuel-indexer.labels" . | nindent 4 }}
{{- include "fuel-block-committer.labels" . | nindent 4 }}
endpoints:
- path: /api/metrics
port: http
Expand Down

0 comments on commit c075002

Please sign in to comment.