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