Skip to content

Commit

Permalink
update ingress-configmap for gui
Browse files Browse the repository at this point in the history
  • Loading branch information
fdewas-aneo committed Mar 27, 2024
1 parent 126a8c2 commit bac29e3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions armonik/ingress-configmap.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ server {
location = / {
rewrite ^ $scheme://$http_host/admin/;
}
location = /admin {
rewrite ^ $scheme://$http_host/admin/;
}
%{if local.admin_app_url != null~}
set $admin_app_upstream ${local.admin_app_url};
location /admin/ {
Expand Down

0 comments on commit bac29e3

Please sign in to comment.