You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/07/21 23:52:05 UTC

[incubator-sdap-nexus] branch bug_fixes updated: add max_concurrency

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a commit to branch bug_fixes
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git


The following commit(s) were added to refs/heads/bug_fixes by this push:
     new 7a61f33  add  max_concurrency
7a61f33 is described below

commit 7a61f339bc7b2fd2bb3b7a9b8935cc4222d9d9e9
Author: Eamon Ford <ea...@jpl.nasa.gov>
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 }}