Files
auricom-home-cluster/cluster/apps/networking/traefik/middlewares/buffering-small.yaml
2021-08-06 22:55:41 +02:00

12 lines
246 B
YAML

---
# Sets the maximum request body to 20Mb
apiVersion: traefik.containo.us/v1alpha1
kind: Middleware
metadata:
name: buffering-small
namespace: networking
spec:
buffering:
maxRequestBodyBytes: 20000000
memRequestBodyBytes: 2000000