helm: fix missing /media/ route

This commit is contained in:
Jens Langhammer 2020-12-14 00:11:49 +01:00
parent c9f0d048a8
commit 99ca0d1f9f
1 changed files with 4 additions and 0 deletions

View File

@ -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