Skip to content

Commit

Permalink
Merge pull request #3711 from kubecost/avr/eng-2980
Browse files Browse the repository at this point in the history
Nginx config for /savings/gpuUtilization/topline
  • Loading branch information
avrodrigues5 authored Oct 15, 2024
2 parents 49ec3fe + 23a5ef6 commit 7fb8d0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -525,9 +525,9 @@ data:
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location = /model/savings/gpuUtilization {
location ~* /model/savings/gpuUtilization(.*) {
proxy_read_timeout {{ .Values.kubecostFrontend.timeoutSeconds | default 300 }};
proxy_pass http://aggregator/savings/gpuUtilization;
proxy_pass http://aggregator/savings/gpuUtilization$1$is_args$args;
proxy_redirect off;
proxy_set_header Connection "";
proxy_set_header X-Real-IP $remote_addr;
Expand Down

0 comments on commit 7fb8d0f

Please sign in to comment.