Skip to content

Commit

Permalink
[loki-distributed] Add 'grpclb' port to query-frontend service
Browse files Browse the repository at this point in the history
Fixes #802

Signed-off-by: Tristan Deloche <tde@hey.com>
  • Loading branch information
Tristan971 committed Nov 9, 2021
1 parent 70f5f24 commit 5cd6aec
Show file tree
Hide file tree
Showing 2 changed files with 5 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.4.1
version: 0.39.2
version: 0.39.3
home: https://grafana.github.io/helm-charts
sources:
- https://github.com/grafana/loki
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,9 @@ spec:
port: 9095
targetPort: grpc
protocol: TCP
- name: grpclb
port: 9096
targetPort: grpc
protocol: TCP
selector:
{{- include "loki.queryFrontendSelectorLabels" . | nindent 4 }}

0 comments on commit 5cd6aec

Please sign in to comment.