bump request body size for forgejo so that docker containers are reasonable to pull
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
f841ae6c0e
commit
4125b8221e
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ spec:
|
||||||
- name: forge
|
- name: forge
|
||||||
service: forge
|
service: forge
|
||||||
port: 3000
|
port: 3000
|
||||||
client-max-body-size: 10M
|
client-max-body-size: 1G
|
||||||
read-timeout: 120s
|
read-timeout: 120s
|
||||||
routes:
|
routes:
|
||||||
- path: /
|
- path: /
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue