helm: fix missing /media/ route
This commit is contained in:
parent
c9f0d048a8
commit
99ca0d1f9f
|
@ -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
|
||||
|
|
Reference in New Issue