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
+2-2
Original file line number
Diff line number
Diff line change
@@ -442,8 +442,8 @@ rabbitmq-ha:
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
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
-
#rabbitmqMemoryHighWatermark: "0.8"
446
-
#rabbitmqMemoryHighWatermarkType: relative
445
+
rabbitmqMemoryHighWatermarkType: absolute
446
+
rabbitmqMemoryHighWatermark: 512MB
447
447
# 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