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:
parent
d2927ce4ba
commit
98188defd6
@ -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/
|
||||
##
|
||||
|
||||
Loading…
Reference in New Issue
Block a user