helm
helm copied to clipboard
site_config.json changes
Greetings.
I've deployed with this helm and I'm trying to increase the max file size.
added this annotation to my ingress:
nginx.ingress.kubernetes.io/proxy-body-size: "50M"
but I'm still getting the "file size exceeded" error, must be the frappe settings? I use kubectl to get a shell and run:
bench set-config max_file_size 52428800
but this doesn't seem to work, even if I run it on every node.
How do I increase the file upload size limit, but more generally, how do I define custom site configurations and have them be deployed to all nodes?
Thank you!