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