Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…into promtail-bug-pr
  • Loading branch information
Sheikh-Abubaker committed Jun 24, 2024
2 parents 05d4b56 + 98a0585 commit dfdc3ed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions charts/promtail/templates/service-metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@ metadata:
namespace: {{ include "promtail.namespaceName" . }}
labels:
{{- include "promtail.labels" . | nindent 4 }}
{{- toYaml .Values.service.labels | nindent 4 }}
{{- with .Values.service.labels }}
{{- toYaml . | nindent 4 }}
{{- end }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml .Values.service.annotations | nindent 4 }}
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
clusterIP: None
ports:
Expand Down

0 comments on commit dfdc3ed

Please sign in to comment.