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 2020/12/15 19:18:23 UTC

[GitHub] [openwhisk-deploy-kube] whoszus opened a new issue #660: How to modify the configuration items of a specific module in openwhisk?

whoszus opened a new issue #660:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/660


   What if I want to modify the value of the configuration item under this (openwhisk/core/controller/src/main/resources/application.conf) conf file? any guid line ? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [openwhisk-deploy-kube] whoszus commented on issue #660: How to modify the configuration items of a specific module in openwhisk ?

Posted by GitBox <gi...@apache.org>.
whoszus commented on issue #660:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/660#issuecomment-749369683


   can modify these config, and helm upgrade charts.
   ----
           - name: "CONFIG_akka_http_server_parsing_maxContentLength"
             value: "{{ .Values.akka.maxContentLength}}"
   
           - name: "CONFIG_akka_http_client_parsing_maxChunkSize"
             value: "{{ .Values.akka.client.maxChunkSize}}"
   
           - name: "CONFIG_akka_http_client_parsing_maxContentLength"
             value: "{{ .Values.akka.client.maxContentLength}}"
   
           - name: "CONFIG_akka_http_parsing_maxToStrictBytes"
             value: "{{ .Values.akka.maxContentLength}}"
   
           - name: "CONFIG_akka_http_parsing_maxContentLength"
             value: "{{ .Values.akka.maxContentLength}}"


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [openwhisk-deploy-kube] whoszus commented on issue #660: How to modify the configuration items of a specific module in openwhisk ?

Posted by GitBox <gi...@apache.org>.
whoszus commented on issue #660:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/660#issuecomment-745511130


   I am going to modify the akka.http.server.parsing.max-content-length. in my case , 50m is too tiny to create a action.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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



[GitHub] [openwhisk-deploy-kube] whoszus closed issue #660: How to modify the configuration items of a specific module in openwhisk ?

Posted by GitBox <gi...@apache.org>.
whoszus closed issue #660:
URL: https://github.com/apache/openwhisk-deploy-kube/issues/660


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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