Skip to content

Commit 6fdf817

Browse files
add /?$ for ingress path
1 parent 180393a commit 6fdf817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensource/templates/nginx/nginx-ingress.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- host: '{{ .Values.env }}{{ .Values.domain }}'
1919
http:
2020
paths:
21-
- path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media{{ else }}/assets/media{{ end }}
21+
- path: {{ if hasKey .Values.mediaApi "apiPrefix" }}{{ .Values.mediaApi.apiPrefix }}/assets/media/?${{ else }}/assets/media/?${{ end }}
2222
pathType: ImplementationSpecific
2323
backend:
2424
service:

0 commit comments

Comments
 (0)