serverless / serverless-kubeless

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

defines optional servicePort #170

Closed gimlet2 closed 5 years ago

gimlet2 commented 5 years ago

It is followon pull request for https://github.com/kubeless/kubeless/pull/993

After updating runtime images to use non-root user it is become impossible to run functions on port 80. To fix this Service can map port 80 to target port 8080. To support this this pull request was prepared. It allows define servicePort to distinguish between container and service ports