From 88416acc52f26da5cf8ec855beff91652c89c604 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Tue, 30 Dec 2025 22:46:55 +1100 Subject: [PATCH] fix: increase artifact upload size for git - rpmbuilder artifacts can be very large - increase 1Gb limit to 5GB --- hieradata/roles/infra/git/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/roles/infra/git/server.yaml b/hieradata/roles/infra/git/server.yaml index 6319a8d..23af46d 100644 --- a/hieradata/roles/infra/git/server.yaml +++ b/hieradata/roles/infra/git/server.yaml @@ -71,7 +71,7 @@ profiles::nginx::simpleproxy::nginx_aliases: profiles::nginx::simpleproxy::proxy_port: 3000 profiles::nginx::simpleproxy::proxy_path: '/' -nginx::client_max_body_size: 1024M +nginx::client_max_body_size: 5144M # enable external access via haproxy profiles::gitea::haproxy::enable: true -- 2.47.3