We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b31aaf commit cadeffeCopy full SHA for cadeffe
charts/templates/ingress.yaml
@@ -16,6 +16,7 @@ metadata:
16
nginx.ingress.kubernetes.io/cors-expose-headers: "Content-Length,Content-Range"
17
nginx.ingress.kubernetes.io/cors-allow-credentials: "true"
18
nginx.ingress.kubernetes.io/proxy-cookie-path: / /
19
+ nginx.ingress.kubernetes.io/proxy-body-size: "700m"
20
nginx.ingress.kubernetes.io/proxy-set-header: "Cookie $http_cookie"
21
labels:
22
apptype: gitdataweb
0 commit comments