Skip to content

Commit cadeffe

Browse files
committed
fix(ingress): fix payload body size none -> 700m
1 parent 3b31aaf commit cadeffe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

charts/templates/ingress.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ metadata:
1616
nginx.ingress.kubernetes.io/cors-expose-headers: "Content-Length,Content-Range"
1717
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
1818
nginx.ingress.kubernetes.io/proxy-cookie-path: / /
19+
nginx.ingress.kubernetes.io/proxy-body-size: "700m"
1920
nginx.ingress.kubernetes.io/proxy-set-header: "Cookie $http_cookie"
2021
labels:
2122
apptype: gitdataweb

0 commit comments

Comments
 (0)