From ea8ff822784c9c5adff77809b42d0159b93d45c3 Mon Sep 17 00:00:00 2001 From: Benjamin Brewer Date: Fri, 31 Jan 2020 09:33:37 -0500 Subject: [PATCH] add fallback redirect for http co-authored-by: Scott Millard --- chart/templates/ingress.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/chart/templates/ingress.yaml b/chart/templates/ingress.yaml index d7a3696..150946b 100644 --- a/chart/templates/ingress.yaml +++ b/chart/templates/ingress.yaml @@ -32,3 +32,9 @@ spec: backend: serviceName: redirect servicePort: use-annotation + - http: + paths: + - path: /* + backend: + serviceName: redirect + servicePort: use-annotation