You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: values.yaml
+4-3
Original file line number
Diff line number
Diff line change
@@ -441,9 +441,10 @@ rabbitmq-ha:
441
441
rabbitmqUsername: admin
442
442
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
443
443
rabbitmqPassword: 9jS+w1u07NbHtZke1m+jW4Cj
444
-
# RabbitMQ available memory; default values might not be enough for StackStorm deployment to work properly (see: https://github.com/helm/charts/issues/12730)
445
-
rabbitmqMemoryHighWatermarkType: absolute
446
-
rabbitmqMemoryHighWatermark: 512MB
444
+
# RabbitMQ Memory high watermark. See: http://www.rabbitmq.com/memory.html
445
+
# Default values might not be enough for StackStorm deployment to work properly. We recommend to adjust these settings for you needs as well as enable Pod memory limits via "resources".
446
+
#rabbitmqMemoryHighWatermark: 512MB
447
+
#rabbitmqMemoryHighWatermarkType: absolute
447
448
# Up to 255 character string, should be fixed so that re-deploying the chart does not fail (see: https://github.com/helm/charts/issues/12371)
0 commit comments