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 2019/08/05 11:58:56 UTC

[GitHub] [openwhisk-deploy-kube] jthomas opened a new pull request #474: [WIP] Adding Helm charts for deploying AMQP provider

jthomas opened a new pull request #474: [WIP] Adding Helm charts for deploying AMQP provider
URL: https://github.com/apache/openwhisk-deploy-kube/pull/474
 
 
   👋 @dgrove-oss 
   
   This is my first attempt at adding the Helm charts to deploy the pluggable provider with a sample event plugin (AMQP). Wanted to get feedback and comments to check I'm following best practice as I'm not super familiar with Helm or K8S. If this example is good, I'll use it as the basis for adding the other available plugin (S3) as well. 
   
   I've tested this out and it works locally with the following `mycluster.yaml` (once the plugin provider image is built locally) file...
   ```yaml
   whisk:
     ingress:
       type: NodePort
       apiHostName: 192.168.65.3
       apiHostPort: 31001
   
   nginx:
     httpsNodePort: 31001
   
   providers:
     amqp:
       imageName: 'pluggable-provider'
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services