serverless / serverless-kubeless

This plugin enables support for Kubeless within the Serverless Framework.
Apache License 2.0
303 stars 80 forks source link

Add support for specifying port and timeout of functions #101

Closed andresmgot closed 6 years ago

andresmgot commented 6 years ago

Kubeless now support to specify the function port and the maximum timeout for the function execution. This PR adapt the serverless.yaml syntax to accept those parameters.

sebgoa commented 6 years ago

we need to keep an example yaml file with all the options. Right now the docs is starting to fall behind quite a bit.

andresmgot commented 6 years ago

agree @sebgoa, I thought on updating the docs after we equalize the functionality of the plugin with the native CLI, we can add examples there