Skip to content

Commit ef8043f

Browse files
stefangusaarmab
andauthored
Added useful variables to override the default (ADDENDUM)
Co-Authored-By: Eugen C. <[email protected]>
1 parent a1d3894 commit ef8043f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

values.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,9 @@ rabbitmq-ha:
455455
# Enable Queue Mirroring between nodes
456456
# See https://www.rabbitmq.com/ha.html
457457
policies: '{"vhost":"/","name":"ha","pattern":"", "definition":{"ha-mode":"all","ha-sync-mode":"automatic","ha-sync-batch-size":10}}'
458+
# We recommend to set the memory limit for RabbitMQ-HA Pods in production deployments.
459+
# Make sure to also change the rabbitmqMemoryHighWatermark following the formula:
460+
# rabbitmqMemoryHighWatermark = 0.4 * resources.limits.memory
458461
resources: {}
459462

460463
##

0 commit comments

Comments
 (0)