groundhog2k / helm-charts

Helm charts for open source applications - ready to use for deployment on Kubernetes
MIT License
69 stars 56 forks source link

Simplify rabbitmq configuration #1242

Closed groundhog2k closed 1 year ago

groundhog2k commented 1 year ago
  1. Instead of providing SSL certificates via helm values.yaml it is more secure to mount existing secrets and configure the certificate path of mounted files in custom rabbitmq.conf options. Adapt the config. and remove cert. inline options
  2. Set initial default user and password value to NIL and allow optional env. variables (RABBITMQ_DEFAULT_USER, RABBITMQ_DEFAULT_PASS). If nothing is set RabbitMQ will use "guest"/"guest".
groundhog2k commented 1 year ago

Refactor SSL options

groundhog2k commented 1 year ago

Fix erlang cookie initialization