Skip to content

Commit

Permalink
add more proxy timeout on production
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx authored Apr 15, 2024
1 parent 88320f8 commit eeb1f6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helm/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ ingress:
cert-manager.io/cluster-issuer: "letsencrypt-prod"
acme.cert-manager.io/http01-edit-in-place: "true"
ingress.kubernetes.io/ssl-redirect: "true"
nginx.org/proxy-connect-timeout: "120s"
nginx.org/proxy-read-timeout: "120s"
nginx.org/proxy-connect-timeout: "480s"
nginx.org/proxy-read-timeout: "480s"
nginx.org/proxy-buffers: "8 16k"
nginx.org/proxy-buffer-size: "16k"
nginx.org/proxy-busy-buffers-size: "64k"
Expand Down

0 comments on commit eeb1f6a

Please sign in to comment.