From f241517916610578fabe2338337329b1f82a2ce9 Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Fri, 28 Apr 2023 21:49:38 +0100 Subject: [PATCH] Direct traffic to corect port in piper. --- charts/piper/templates/service.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/piper/templates/service.yaml b/charts/piper/templates/service.yaml index 223c2d4..b75e96e 100644 --- a/charts/piper/templates/service.yaml +++ b/charts/piper/templates/service.yaml @@ -8,8 +8,8 @@ spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} - targetPort: http + targetPort: wyoming protocol: TCP - name: http + name: wyoming selector: {{- include "piper.selectorLabels" . | nindent 4 }}