Skip to content

Commit

Permalink
chore: set unique cluster_label for loki-distributed memberlist
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbsh committed Apr 3, 2024
1 parent 7b85764 commit 3694486
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/loki-distributed/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: loki-distributed
description: Helm chart for Grafana Loki in microservices mode
type: application
appVersion: 2.9.5
version: 0.78.4
version: 0.78.5
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand Down
1 change: 1 addition & 0 deletions charts/loki-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ loki:
store: memberlist
memberlist:
cluster_label: "{{ .Release.Name }}.{{ .Release.Namespace }}"
join_members:
- {{ include "loki.fullname" . }}-memberlist
Expand Down

0 comments on commit 3694486

Please sign in to comment.