Skip to content

Commit

Permalink
fix lookout service monitor (#3783)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Martin <[email protected]>
Co-authored-by: Chris Martin <[email protected]>
  • Loading branch information
d80tb7 and d80tb7 authored Jul 12, 2024
1 parent 32c85fc commit 20b6dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/lookout-v2/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ metadata:
name: {{ include "lookout_v2.name" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "lookout_v2.name.labels.all" . | nindent 4 -}}
{{- include "lookout_v2.labels.all" . | nindent 4 -}}
{{- if .Values.prometheus.labels }}
{{- toYaml .Values.prometheus.labels | nindent 4 -}}
{{- end }}
spec:
selector:
matchLabels:
{{- include "lookout_v2.name.labels.identity" . | nindent 6 }}
{{- include "lookout_v2.labels.identity" . | nindent 6 }}
endpoints:
- port: metrics
interval: {{ .Values.prometheus.scrapeInterval }}
Expand Down

0 comments on commit 20b6dc3

Please sign in to comment.