From f335c386e5cb566b89224279106cb1b06c623b4e Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Mon, 29 Mar 2021 19:32:29 +0100 Subject: [PATCH] Fixed ingress in helm chart. --- chart/templates/ingress.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index 1adf3507..e3d0b2b8 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -29,8 +29,10 @@ spec: {{- range .paths }} - path: {{ . }} backend: - serviceName: {{ $fullName }} - servicePort: http + service: + name: {{ $fullName }} + port: + name: http {{- end }} {{- end }} {{- end }}