fix: increase artifact upload size for git (#431)

- rpmbuilder artifacts can be very large
- increase 1Gb limit to 5GB

Reviewed-on: #431
This commit is contained in:
Ben Vincent 2025-12-30 22:52:43 +11:00
parent a2c56c9e46
commit f8caa71f34

View File

@ -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