mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
12 lines
249 B
YAML
12 lines
249 B
YAML
---
|
|
# Sets the maximum request body to 200Mb
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: buffering-medium
|
|
namespace: networking
|
|
spec:
|
|
buffering:
|
|
maxRequestBodyBytes: 200000000
|
|
memRequestBodyBytes: 2000000
|