From 49cba480ba0282663c95ac71b8e4475cb0dbe73b Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 7 May 2025 05:11:19 -0500 Subject: [PATCH] update --- dmz/openspeedtest/templates/ingress.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dmz/openspeedtest/templates/ingress.yaml b/dmz/openspeedtest/templates/ingress.yaml index 313f2fe..ebf2b8d 100644 --- a/dmz/openspeedtest/templates/ingress.yaml +++ b/dmz/openspeedtest/templates/ingress.yaml @@ -8,10 +8,10 @@ spec: routes: - match: Host(`speedtest.durp.info`) && PathPrefix(`/`) kind: Rule - tls: true middlewares: - name: authentik-proxy-provider namespace: traefik + - name: limit-buffering services: - name: openspeedtest port: 3000 @@ -44,3 +44,13 @@ metadata: spec: type: ExternalName externalName: durp.info + +--- + +apiVersion: traefik.containo.us/v1alpha1 +kind: Middleware +metadata: + name: limit-buffering +spec: + buffering: + maxRequestBodyBytes: 10000000000