fix(notes): Support templating of Ingress annotations bodyTimeout and bodySize to allow application defined upload limits to be reached

This commit is contained in:
rweber
2025-06-11 20:24:32 +02:00
committed by Thorsten Roßner
parent 9f4e3c86c7
commit 69faf77d15
2 changed files with 9 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ ingress:
collabora: "100M"
element: "100M"
nextcloud: "100M"
notes: "100M"
openproject: "100M"
oxAppSuite: "100M"
xwiki: "100M"
@@ -19,6 +20,7 @@ ingress:
collabora: 600
element: 60
nextcloud: 600
notes: 60
openproject: 60
oxAppSuite: 60
xwiki: 60