Skip to content

Commit

Permalink
Merge pull request #4 from RJ-SMTR/deploy
Browse files Browse the repository at this point in the history
set nginx file limit to 200m
  • Loading branch information
borisaraujo authored Nov 27, 2023
2 parents 593202b + d9614fa commit 961f721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ metadata:
nginx.ingress.kubernetes.io/rewrite-target: /
cert-manager.io/issuer: "letsencrypt-production"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/proxy-max-temp-file-size: "200m"
nginx.ingress.kubernetes.io/proxy-body-size: 200m
spec:
tls:
- hosts:
Expand Down

0 comments on commit 961f721

Please sign in to comment.