Skip to content

Commit

Permalink
fix: correct selector of the loki-headless Service in the SingleBin…
Browse files Browse the repository at this point in the history
…ary mode

Signed-off-by: Yaroslav Skopets <[email protected]>
  • Loading branch information
yskopets committed Aug 4, 2024
1 parent 7e224d5 commit c4d69eb
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ spec:
targetPort: http-metrics
protocol: TCP
selector:
{{- include "loki.selectorLabels" . | nindent 4 }}
{{- include "loki.singleBinarySelectorLabels" . | nindent 4 }}
{{- with .Values.singleBinary.selectorLabels }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
{{- end }}

0 comments on commit c4d69eb

Please sign in to comment.