sciabarracom commented on issue #451: Add Helm chart support for replicated 
Kafka instances
URL: 
https://github.com/apache/incubator-openwhisk-deploy-kube/pull/451#issuecomment-487617155
 
 
   I intend to make this work :) I am using an internal cluster (not single 
node)  built with multipass, so I cannot have tls configured (there are no 
public ips). Is it possible to install in a similar setup? I guessed it is - I 
mixed the configuration for  Docker Desktop with the configuration for a 
generic Kubernetes cluster. This is my configuration please suggest a better 
one if it is wrong:
   
   ```
   whisk:
     ingress:
       type: NodePort
       apiHostName: 192.168.64.8
       apiHostPort: 31001
   nginx:
       httpsNodePort: 31001
   kafka:
      replicaCount: 3
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to