You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/08/01 01:31:40 UTC

[GitHub] daisy-ycguo closed pull request #269: remove obsolete LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM

daisy-ycguo closed pull request #269: remove obsolete LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM
URL: https://github.com/apache/incubator-openwhisk-deploy-kube/pull/269
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/helm/openwhisk/templates/controller.yaml b/helm/openwhisk/templates/controller.yaml
index 1871add..d257bb4 100644
--- a/helm/openwhisk/templates/controller.yaml
+++ b/helm/openwhisk/templates/controller.yaml
@@ -111,8 +111,6 @@ spec:
           value: {{ .Values.controller.limits.triggersFiresPerminute | quote }}
         - name: "LIMITS_ACTIONS_INVOKES_PERMINUTE"
           value: {{ .Values.controller.limits.actionsInvokesPerminute | quote }}
-        - name: "LIMITS_ACTIONS_INVOKES_CONCURRENTINSYSTEM"
-          value: {{ .Values.controller.limits.actionsInvokesConcurrentinsystem | quote }}
         - name: "LIMITS_ACTIONS_INVOKES_CONCURRENT"
           value: {{ .Values.controller.limits.actionsInvokesConcurrent | quote }}
 
diff --git a/helm/openwhisk/values.yaml b/helm/openwhisk/values.yaml
index b3705d8..04783e2 100644
--- a/helm/openwhisk/values.yaml
+++ b/helm/openwhisk/values.yaml
@@ -146,7 +146,6 @@ controller:
     actionsSequenceMaxlength: 50
     triggersFiresPerminute: 60
     actionsInvokesPerminute: 60
-    actionsInvokesConcurrentinsystem: 5000
     actionsInvokesConcurrent: 30
 
 # Invoker configurations


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services