Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Update Dshop's upload request size limit (#4503)
Browse files Browse the repository at this point in the history
* Update Dshop's upload request size limit

* Reduce to 10MB
  • Loading branch information
shahthepro authored Sep 16, 2020
1 parent 14a8018 commit 12f6905
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ metadata:
nginx.ingress.kubernetes.io/force-ssl-redirect: "false"
nginx.ingress.kubernetes.io/limit-rps: "10"
nginx.ingress.kubernetes.io/proxy-next-upstream: "error invalid_header"
nginx.ingress.kubernetes.io/proxy-body-size: "10m"
spec:
tls:
- secretName: "{{ .Values.dshopBackendMainnetHost }}"
Expand Down

0 comments on commit 12f6905

Please sign in to comment.