feat(rabbitmq): set forceBoot to false and add podManagementPolicy in values configuration
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
1f2a5936e3
commit
74ca886420
@ -35,9 +35,10 @@ clustering:
|
||||
name: "freeleaps-alpha"
|
||||
addressType: hostname
|
||||
rebalance: false
|
||||
# WHY: https://stackoverflow.com/questions/60407082/rabbit-mq-error-while-waiting-for-mnesia-tables/66567321#66567321
|
||||
forceBoot: true
|
||||
forceBoot: false
|
||||
partitionHandling: autoheal
|
||||
# See: https://github.com/bitnami/charts/issues/25698#issuecomment-2110562416
|
||||
podManagementPolicy: Parallel
|
||||
terminationGracePeriodSeconds: 120
|
||||
containerPorts:
|
||||
amqp: 5672
|
||||
|
||||
Loading…
Reference in New Issue
Block a user