Skip to content
Next Next commit
fix(helm): add appProtocol: tcp to headless backend grpc ports
  • Loading branch information
mjnagel authored Oct 16, 2024
commit 14dbe9067b259e14907fa001b3ea8e4ae27d6baf
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 }}