From 087b4988d1f998c7010ebeb039381167a4217088 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 1 Dec 2023 22:04:07 +0000 Subject: [PATCH] firefly: ingress: Increase max body size Some receipt images are pretty big. Increase the maximum request body size to allow these to be uploaded/attached to transactions. --- firefly-iii/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefly-iii/ingress.yaml b/firefly-iii/ingress.yaml index d810e93..be1e2a3 100644 --- a/firefly-iii/ingress.yaml +++ b/firefly-iii/ingress.yaml @@ -9,7 +9,7 @@ metadata: app.kubernetes.io/instance: firefly-iii app.kubernetes.io/part-of: firefly-iii annotations: - nginx.ingress.kubernetes.io/proxy-body-size: 10m + nginx.ingress.kubernetes.io/proxy-body-size: 40m nginx.ingress.kubernetes.io/auth-method: GET nginx.ingress.kubernetes.io/auth-url: http://authelia.authelia.svc.cluster.local:9091/api/verify nginx.ingress.kubernetes.io/auth-signin: https://auth.pyrocufflink.blue/?rm=$request_method