Skip to content

Commit 400f5af

Browse files
authored
fix(helm): add appProtocol: tcp to headless backend grpc ports (#14507)
1 parent aa7b849 commit 400f5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎production/helm/loki/templates/backend/service-backend-headless.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ spec:
3535
port: {{ .Values.loki.server.grpc_listen_port }}
3636
targetPort: grpc
3737
protocol: TCP
38+
appProtocol: tcp
3839
selector:
3940
{{- include "loki.backendSelectorLabels" . | nindent 4 }}
4041
{{- end }}

0 commit comments

Comments
 (0)