fix: change RabbitMQ pod management policy from OrderedReady to Parallel for improved deployment efficiency

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-03-08 20:45:47 +08:00
parent d2927ce4ba
commit 98188defd6

View File

@ -689,7 +689,7 @@ schedulerName: ""
## ref : https://www.rabbitmq.com/clustering.html#restarting
## @param podManagementPolicy Pod management policy
##
podManagementPolicy: OrderedReady
podManagementPolicy: Parallel
## @param podLabels RabbitMQ Pod labels. Evaluated as a template
## Ref: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
##