From d73a70080634731702d82463643078fb82aff20e Mon Sep 17 00:00:00 2001 From: pderrierw <117108759+pderrierw@users.noreply.github.com> Date: Thu, 27 Apr 2023 18:30:43 +0200 Subject: [PATCH] add explicit appProtocol spec to http service to prevent issues with Istio automatic protocol selection --- chart/templates/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/service.yaml b/chart/templates/service.yaml index 7aa611e5..7319988c 100644 --- a/chart/templates/service.yaml +++ b/chart/templates/service.yaml @@ -11,6 +11,7 @@ spec: port: {{ .Values.service.port }} targetPort: {{ .Values.service.target }} protocol: TCP + appProtocol: TCP - name: "signaller" port: 8090 targetPort: 8090