This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch moc_deployment in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit d41d5c264144cdae407d4fd8bd3cc5653e97b1ab Author: thomas loubrieu <[email protected]> AuthorDate: Wed Jul 21 14:43:14 2021 -0700 make max thread work in granule ingester chart --- helm/templates/granule-ingester.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/granule-ingester.yml b/helm/templates/granule-ingester.yml index 405edb8..9cfc7c7 100644 --- a/helm/templates/granule-ingester.yml +++ b/helm/templates/granule-ingester.yml @@ -36,7 +36,7 @@ spec: - name: ZK_HOST_AND_PORT value: {{ include "nexus.urls.zookeeper" . }} {{ if .Values.ingestion.granuleIngester.maxConcurrency }} - - name: MAX_CONCURRENCY + - name: MAX_THREADS value: "{{ .Values.ingestion.granuleIngester.maxConcurrency }}" {{ end }} {{- range $name, $value := .Values.ingestion.granules.s3.awsCredsEnvs }}
