diff --git a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml index c30f361a3..cd86f866b 100755 --- a/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml +++ b/cost-analyzer/templates/cost-analyzer-frontend-config-map-template.yaml @@ -533,9 +533,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/gpuWorkloadUtilization(.*) { proxy_read_timeout {{ .Values.kubecostFrontend.timeoutSeconds | default 300 }}; - proxy_pass http://aggregator/savings/gpuUtilization$1$is_args$args; + proxy_pass http://aggregator/savings/gpuWorkloadUtilization$1$is_args$args; proxy_redirect off; proxy_set_header Connection ""; proxy_set_header X-Real-IP $remote_addr;