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 }}