Skip to content

Commit

Permalink
remove tcpstat turnon, reduce timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayTripathy committed Jul 10, 2019
1 parent 6eb1a66 commit 91755a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ data:
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
location /model/ {
proxy_connect_timeout 300;
proxy_send_timeout 300;
proxy_read_timeout 300;
proxy_connect_timeout 180;
proxy_send_timeout 180;
proxy_read_timeout 180;
proxy_pass http://model/;
proxy_redirect off;
proxy_http_version 1.1;
Expand Down
3 changes: 0 additions & 3 deletions cost-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ prometheus:
pushgateway:
persistentVolume:
enabled: true
nodeExporter:
extraArgs:
collector.tcpstat:
serverFiles:
rules:
groups:
Expand Down

0 comments on commit 91755a7

Please sign in to comment.