Skip to content

Commit a1d3894

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

values.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -441,9 +441,10 @@ rabbitmq-ha:
441441
rabbitmqUsername: admin
442442
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
443443
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
447448
# 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)
448449
#rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
449450
persistentVolume:

0 commit comments

Comments
 (0)