You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,12 +150,13 @@ The `allowlistLookup` is a request of the hash to the G DATA Cloud, against a li
150
150
<!-- tag::FileSize[] -->
151
151
152
152
### File size limit
153
-
154
-
If you want to scan larger files, you have to adjust the deployments body size limit in `vaas.gateway.ingress.annotations`. Should look like this:
153
+
The current file size limit is set to 2G. If you want to adjust the file size for your use case, you have to set the deployments body size limit in `vaas.gateway.ingress.annotations`:
155
154
156
155
```yaml
157
-
nginx.ingress.kubernetes.io/proxy-body-size: <your maximum filesize>
0 commit comments