Skip to content

Commit a2ba3d4

Browse files
author
Stefan Gusa
committed
Added useful variables to override the default (ADDENDUM)
1 parent 655f901 commit a2ba3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,8 @@ rabbitmq-ha:
442442
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
443443
rabbitmqPassword: 9jS+w1u07NbHtZke1m+jW4Cj
444444
# 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
447447
# 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)
448448
#rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
449449
persistentVolume:

0 commit comments

Comments
 (0)