This is an automated email from the ASF dual-hosted git repository. tloubrieu pushed a commit to branch SDAP-268 in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 7a61f339bc7b2fd2bb3b7a9b8935cc4222d9d9e9 Author: Eamon Ford <[email protected]> AuthorDate: Tue Jul 21 16:51:48 2020 -0700 add max_concurrency --- helm/templates/granule-ingester.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm/templates/granule-ingester.yml b/helm/templates/granule-ingester.yml index 16cac4d..2a716f1 100644 --- a/helm/templates/granule-ingester.yml +++ b/helm/templates/granule-ingester.yml @@ -30,6 +30,10 @@ spec: value: sdap-cassandra - name: ZK_HOST_AND_PORT value: {{ .Release.Name }}-zookeeper:2181 + {{ if .Values.ingestion.granuleIngester.maxConcurrency }} + - name: MAX_CONCURRENCY + value: "{{ .Values.ingestion.granuleIngester.maxConcurrency }}" + {{ end }} resources: requests: cpu: {{ .Values.ingestion.granuleIngester.cpu }}
