Skip to content

Commit

Permalink
fix 404 of flower (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko authored and schnie committed Mar 3, 2020
1 parent edef408 commit 51d8278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ metadata:
if ($host = '{{- include "flower_subdomain" . }}' ) {
rewrite ^ {{ printf "https://%s/%s/flower" ( include "deployments_subdomain" .) .Release.Name }} permanent;
}
rewrite ^/{{ .Release.Name }}/flower/?(.*)/$ /$1 break;
rewrite ^/{{ .Release.Name }}/flower/?(.*)$ /$1 break;
sub_filter '="/' '="/{{ .Release.Name }}/flower/';
sub_filter_last_modified on;
sub_filter_once off;
Expand Down

0 comments on commit 51d8278

Please sign in to comment.