Skip to content

Commit 9d3fade

Browse files
authored
Merge pull request #125 from stefangusa/third-party-attributes
Added useful variables to override the default
2 parents 779cac5 + ef8043f commit 9d3fade

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

values.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ mongodb-ha:
428428
adminPassword: "XeL5Rxwj7F0Wt43tFZVTN7H8Sg5XDHmK"
429429
# Minimal key length is 6 symbols
430430
key: "82PItDpqroti5RngOA7UqbHH7c6bFUwy"
431+
resources: {}
431432

432433
##
433434
## RabbitMQ HA configuration (3rd party chart dependency)
@@ -442,6 +443,12 @@ rabbitmq-ha:
442443
rabbitmqUsername: admin
443444
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
444445
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)
451+
#rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
445452
persistentVolume:
446453
enabled: true
447454
# RabbitMQ application vhost, should match with 'ha' Queue Mirroring definition policy
@@ -450,6 +457,10 @@ rabbitmq-ha:
450457
# Enable Queue Mirroring between nodes
451458
# See https://www.rabbitmq.com/ha.html
452459
policies: '{"vhost":"/","name":"ha","pattern":"", "definition":{"ha-mode":"all","ha-sync-mode":"automatic","ha-sync-batch-size":10}}'
460+
# We recommend to set the memory limit for RabbitMQ-HA Pods in production deployments.
461+
# Make sure to also change the rabbitmqMemoryHighWatermark following the formula:
462+
# rabbitmqMemoryHighWatermark = 0.4 * resources.limits.memory
463+
resources: {}
453464

454465
##
455466
## Etcd HA configuration (3rd party chart dependency)

0 commit comments

Comments
 (0)