feat(rabbitmq): set forceBoot to false and add podManagementPolicy in values configuration

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-02-22 04:22:43 +08:00
parent 1f2a5936e3
commit 74ca886420

View File

@ -35,9 +35,10 @@ clustering:
name: "freeleaps-alpha" name: "freeleaps-alpha"
addressType: hostname addressType: hostname
rebalance: false rebalance: false
# WHY: https://stackoverflow.com/questions/60407082/rabbit-mq-error-while-waiting-for-mnesia-tables/66567321#66567321 forceBoot: false
forceBoot: true
partitionHandling: autoheal partitionHandling: autoheal
# See: https://github.com/bitnami/charts/issues/25698#issuecomment-2110562416
podManagementPolicy: Parallel
terminationGracePeriodSeconds: 120 terminationGracePeriodSeconds: 120
containerPorts: containerPorts:
amqp: 5672 amqp: 5672