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
+11
Original file line number
Diff line number
Diff line change
@@ -428,6 +428,7 @@ mongodb-ha:
428
428
adminPassword: "XeL5Rxwj7F0Wt43tFZVTN7H8Sg5XDHmK"
429
429
# Minimal key length is 6 symbols
430
430
key: "82PItDpqroti5RngOA7UqbHH7c6bFUwy"
431
+
resources: {}
431
432
432
433
##
433
434
## RabbitMQ HA configuration (3rd party chart dependency)
@@ -442,6 +443,12 @@ rabbitmq-ha:
442
443
rabbitmqUsername: admin
443
444
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
444
445
rabbitmqPassword: 9jS+w1u07NbHtZke1m+jW4Cj
446
+
# RabbitMQ Memory high watermark. See: http://www.rabbitmq.com/memory.html
447
+
# 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".
448
+
#rabbitmqMemoryHighWatermark: 512MB
449
+
#rabbitmqMemoryHighWatermarkType: absolute
450
+
# 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