nanit / kubernetes-rabbitmq-cluster

Deploy-ready rabbitmq cluster for kubernetes
MIT License
197 stars 84 forks source link

rabbitmq service as a LoadBalancer type #28

Closed mcmendel closed 5 years ago

mcmendel commented 6 years ago

Hey,

Is there a to create rabbitmq service as a LoadBalancer type (in case the 'ha' policy is set to all). In addition, how are we suppose to access rabbitmq service from the outside, if its type is 'CLUSTER_IP' type?

Thanks for any help

erez-rabih commented 6 years ago

There's no option to set RMQ service type. I'd be happy to receive a pull request for that. You can take an example of how I did it for the management console with the RABBITMQ_MANAGEMENT_SERVICE_TYPE environment variable.

erez-rabih commented 5 years ago

closing for inactivity