Skip to content

Commit 655f901

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

values.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,11 @@ 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
445-
rabbitmqMemoryHighWatermark: "0.8"
446-
rabbitmqMemoryHighWatermarkType: relative
447-
# Up to 255 character string
448-
rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
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
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)
448+
#rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
449449
persistentVolume:
450450
enabled: true
451451
# RabbitMQ application vhost, should match with 'ha' Queue Mirroring definition policy

0 commit comments

Comments
 (0)