Skip to content
Snippets Groups Projects
Commit 0ac0a6ee authored by xeruf's avatar xeruf
Browse files

apps/forge: allow up to 5GB in one request

parent 29ea18b2
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ data: ...@@ -9,7 +9,7 @@ data:
enabled: true enabled: true
annotations: annotations:
kubernetes.io/tls-acme: "true" kubernetes.io/tls-acme: "true"
nginx.ingress.kubernetes.io/proxy-body-size: "50m" nginx.ingress.kubernetes.io/proxy-body-size: "5g"
hosts: hosts:
- host: "${forgejo_domain}" - host: "${forgejo_domain}"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment