From 99ca0d1f9f00b8928a9ebdda866646bcb5112551 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 14 Dec 2020 00:11:49 +0100 Subject: [PATCH] helm: fix missing /media/ route --- helm/templates/ingress.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index 94de6bb6e..3d2ce18ac 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -36,6 +36,10 @@ spec: backend: serviceName: {{ $fullName }}-static servicePort: http + - path: /media/ + backend: + serviceName: {{ $fullName }}-static + servicePort: http - path: /robots.txt backend: serviceName: {{ $fullName }}-static