Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
helm show values dify/dify
api: limits: # 上传文件大小限制(单位:MB) uploadFileSize: 15 # 上传文件批次数量限制 uploadFileBatchCount: 5 # 上传图片文件大小限制(单位:MB) uploadImageFileSize: 5 ... ...
annotations
ingress: enabled: true className: "nginx" annotations: { # 设置文件上传大小限制 nginx.ingress.kubernetes.io/proxy-body-size: "15m" } ... ...