We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
Similarly
bench enable-scheduler
if I run the command on one node, is that effective, or maybe there's a way to set it via values.yaml?
Thanks!
Sorry, something went wrong.
Check env vars https://github.com/frappe/frappe_docker/blob/main/docs/environment-variables.md#environment-variables
You can also override the nginx template or nginx config with .Values.nginx.config
.Values.nginx.config
helm/erpnext/values.yaml
Lines 25 to 26 in 02f5932
enable-scheduler is effective in any pod. You can make it a custom job if you wish to track.
No branches or pull requests
Greetings.
I've deployed with this helm and I'm trying to increase the max file size.
added this annotation to my ingress:
but I'm still getting the "file size exceeded" error, must be the frappe settings?
I use kubectl to get a shell and run:
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!
The text was updated successfully, but these errors were encountered: