fix upload large files
This commit is contained in:
parent
37de4f870f
commit
91af7787b0
|
@ -8,7 +8,9 @@ service:
|
|||
|
||||
ingress:
|
||||
enabled: true
|
||||
annotations: {}
|
||||
annotations: {
|
||||
ingress.kubernetes.io/proxy-body-size: 10m
|
||||
}
|
||||
# kubernetes.io/ingress.class: nginx
|
||||
# kubernetes.io/tls-acme: "true"
|
||||
path: /
|
||||
|
|
Loading…
Reference in New Issue