From bad9abd1c578db6b5b36241c04559363e528ac96 Mon Sep 17 00:00:00 2001 From: Benoit Schweblin Date: Mon, 29 Mar 2021 20:20:52 +0100 Subject: [PATCH] Fixed ingress in helm chart. --- chart/templates/ingress.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index e3d0b2b8..d0799536 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -28,6 +28,7 @@ spec: paths: {{- range .paths }} - path: {{ . }} + pathType: Prefix backend: service: name: {{ $fullName }}