Helm: Align ingress timeout and size limits. (#8352)

pull/8363/head
Karsten Jeschkies 2 years ago committed by GitHub
parent e269759f6c
commit 8d43969d6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      production/helm/loki/templates/_helpers.tpl

@ -530,6 +530,12 @@ http {
uwsgi_temp_path /tmp/uwsgi_temp;
scgi_temp_path /tmp/scgi_temp;
client_max_body_size 4M;
proxy_read_timeout 600; ## 6 minutes
proxy_send_timeout 600;
proxy_connect_timeout 600;
proxy_http_version 1.1;
default_type application/octet-stream;

Loading…
Cancel
Save