From 9d933776a2ef83959b008d49b6ce12e78ab3fa23 Mon Sep 17 00:00:00 2001 From: Hen Itzhaki <44509873+HenItzhaki@users.noreply.github.com> Date: Sun, 9 Jan 2022 18:37:51 +0200 Subject: [PATCH] Fix the servicePort missing --- logstash/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logstash/templates/ingress.yaml b/logstash/templates/ingress.yaml index db5f87b26..573a712e8 100644 --- a/logstash/templates/ingress.yaml +++ b/logstash/templates/ingress.yaml @@ -46,7 +46,7 @@ spec: service: name: {{ $fullName }} port: - number: {{ $httpPort }} + number: {{ .servicePort | default $httpPort }} {{- end }} {{- end }} {{- end }}