datopian / ckan-cloud-helm

CKAN on Kubernetes (k8s) - Helm charts
https://tech.datopian.com/
MIT License
20 stars 10 forks source link

Add optional multipart config to Giftless config #32

Closed shevron closed 4 years ago

shevron commented 4 years ago

New config values:

giftlessEnableMultipartTransfers (bool) giftlessMultipartActionLifetime (int) giftlessMultipartMaxPartSize (int)

zelima commented 4 years ago

@shevron this looks good but let's test it first. I've released v0.0.33-rc1 that has your changes.

You can now update ckanHelmChartVersion to v0.0.33-rc1 in https://github.com/gatesfoundation/ckan/blob/develop/contrib/cco/ckan-conf-templates/values.yaml.template#L125 and add all necessary values to values.yaml.templates including giftlessEnableMultipartTransfers: true

shevron commented 4 years ago

@zelima can we merge this?

zelima commented 4 years ago

Yes, merging