galaxyproject / galaxy-helm

Minimal setup required to run Galaxy under Kubernetes
MIT License
38 stars 36 forks source link

RabbitMQ protocol and port configurable as variables #421

Closed yegortokmakov closed 1 year ago

yegortokmakov commented 1 year ago

A TLS-enabled RabbitMQ cluster is served on port 5671 by default. This helm should support port and protocol customization via helm values.

I've set the defaults to amqp and 5672 to keep the current behavior.

pcm32 commented 1 year ago

Thanks, I agree that those values should be configurable. Do you know if the underlying operator or chart that is deploying rabbitmq will pick up these values as well?

ksuderman commented 1 year ago

Thanks for the PR @yegortokmakov

@pcm32 No, these values simply inform Galaxy how the RabbitMQ cluster has been configured.