Skip to content

Commit

Permalink
fix(livekit-server): add labels on servicemonitor
Browse files Browse the repository at this point in the history
  • Loading branch information
genofire authored Jul 23, 2024
1 parent 350c962 commit de8606e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions livekit-server/templates/servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
name: {{ include "livekit-server.serviceMonitorName" . }}
labels:
{{- include "livekit-server.labels" . | nindent 4 }}
{{- with .Values.serviceMonitor.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.serviceMonitor.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit de8606e

Please sign in to comment.