Skip to content

Commit

Permalink
remove limit on proxy_max_temp_file_size
Browse files Browse the repository at this point in the history
  • Loading branch information
cziaarm committed Sep 5, 2023
1 parent 0c9299d commit 9b0f594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ops/staging-deploy.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ingress:
kubernetes.io/ingress.class: "nginx",
nginx.ingress.kubernetes.io/proxy-body-size: "0",
cert-manager.io/cluster-issuer: letsencrypt-production-dns,
nginx.ingress.kubernetes.io/proxy-max-temp-file-size: "0",
}
tls:
- hosts:
Expand Down

0 comments on commit 9b0f594

Please sign in to comment.