Skip to content

Commit 06cdc5e

Browse files
author
Stefan Gusa
committed
Added useful variables to override the default
1 parent dd20231 commit 06cdc5e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

values.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,7 @@ mongodb-ha:
426426
adminPassword: "XeL5Rxwj7F0Wt43tFZVTN7H8Sg5XDHmK"
427427
# Minimal key length is 6 symbols
428428
key: "82PItDpqroti5RngOA7UqbHH7c6bFUwy"
429+
resources: {}
429430

430431
##
431432
## RabbitMQ HA configuration (3rd party chart dependency)
@@ -440,6 +441,11 @@ rabbitmq-ha:
440441
rabbitmqUsername: admin
441442
# TODO: Use default random 24 character password, but need to fetch this string for use by downstream services
442443
rabbitmqPassword: 9jS+w1u07NbHtZke1m+jW4Cj
444+
# RabbitMQ available memory
445+
rabbitmqMemoryHighWatermark: "0.8"
446+
rabbitmqMemoryHighWatermarkType: relative
447+
# Up to 255 character string
448+
rabbitmqErlangCookie: 8MrqQdCQ6AQ8U3MacSubHE5RqkSfvNaRHzvxuFcG
443449
persistentVolume:
444450
enabled: true
445451
# RabbitMQ application vhost, should match with 'ha' Queue Mirroring definition policy
@@ -448,6 +454,7 @@ rabbitmq-ha:
448454
# Enable Queue Mirroring between nodes
449455
# See https://www.rabbitmq.com/ha.html
450456
policies: '{"vhost":"/","name":"ha","pattern":"", "definition":{"ha-mode":"all","ha-sync-mode":"automatic","ha-sync-batch-size":10}}'
457+
resources: {}
451458

452459
##
453460
## Etcd HA configuration (3rd party chart dependency)

0 commit comments

Comments
 (0)