Skip to content

Commit

Permalink
Change list creation memberlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Whyeasy committed Sep 21, 2020
1 parent 323677e commit 204568a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/distributed-loki/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ name: loki-distributed
description: A Helm chart for Kubernetes
type: application

version: 0.3.5
version: 0.3.6
appVersion: 1.6.0
2 changes: 1 addition & 1 deletion charts/distributed-loki/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ loki-distributed
================
A Helm chart for Kubernetes

Current chart version is `0.3.5`
Current chart version is `0.3.6`



Expand Down
11 changes: 6 additions & 5 deletions charts/distributed-loki/templates/config/loki-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ data:
host: {{ include "loki-helm.memcached-index-writes" . }}.{{ .Release.Namespace }}.svc.cluster.local
service: memcached-client
{{ if .Values.memberlist.enable }}
memberlist:
rejoin_interval: {{ .Values.memberlist.rejoin }}
bind_port: {{ .Values.memberlist.port }}
join_members: [
{{ include "loki-helm.distributor" . }}
{{ include "loki-helm.ingester" . }}
{{ include "loki-helm.querier" . }}
]
join_members:
- {{ include "loki-helm.distributor" . }}
- {{ include "loki-helm.ingester" . }}
- {{ include "loki-helm.querier" . }}
{{ end }}
distributor:
ring:
Expand Down

0 comments on commit 204568a

Please sign in to comment.