Skip to content

Commit

Permalink
fix(helm): add appProtocol: tcp to headless backend grpc ports (gra…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjnagel authored Dec 11, 2024
1 parent aa7b849 commit 400f5af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ spec:
port: {{ .Values.loki.server.grpc_listen_port }}
targetPort: grpc
protocol: TCP
appProtocol: tcp
selector:
{{- include "loki.backendSelectorLabels" . | nindent 4 }}
{{- end }}

0 comments on commit 400f5af

Please sign in to comment.