Skip to content

new client_max_body_size too small #756

@aiace9

Description

@aiace9

Describe your Issue

Breaking the file upload workflow.

Describe your Environment

  • Helm Chart Version: 7.0.0

Fix

Make the max file size a variable in the nginx configuration.

in the nginx file nginx.config.tpl
client_max_body_size 10G; was changed to client_max_body_size 512M;

Would it be possible to make it a chart parameter, like:

client_max_body_size {{ .Values.nginx.maxUploadFileSize }};

If needed, I can prepare a MR.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions