Skip to content

Commit

Permalink
Merge pull request #3 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 c3eef57 + 7f20f89 commit 593202b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +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"
spec:
tls:
- hosts:
Expand Down

0 comments on commit 593202b

Please sign in to comment.