From 6730ec8374d1bf02119ebfba3fe68e5309bf6fc5 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 12 Mar 2026 19:14:11 +0100 Subject: [PATCH] Add nginx ingress annotation to increase proxy body size limit --- apps/gitea/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gitea/release.yaml b/apps/gitea/release.yaml index c40a18b..89efcc2 100644 --- a/apps/gitea/release.yaml +++ b/apps/gitea/release.yaml @@ -95,6 +95,7 @@ spec: annotations: cert-manager.io/cluster-issuer: letsencrypt acme.cert-manager.io/http01-edit-in-place: "true" + nginx.ingress.kubernetes.io/proxy-body-size: "100m" hosts: - host: gitea.lumpiasty.xyz paths: