Skip to content

Commit a9d6686

Browse files
authored
Merge pull request #314 from DataONEorg/feature-281-rmq-bitnmi-alt
use disk_free_limit.absolute instead of disk_free_limit.relative
2 parents b7aff08 + 483dc5a commit a9d6686

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

helm/values.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,10 +420,14 @@ rabbitmq:
420420
## See:
421421
## https://www.rabbitmq.com/docs/configure#config-items
422422
## https://www.rabbitmq.com/docs/production-checklist
423-
## https://github.com/rabbitmq/cluster-operator/tree/main/docs/examples/production-ready
423+
##
424424
##
425425
additionalConfig:
426-
disk_free_limit.relative: "1.0"
426+
## @param rabbitmq.additionalConfig.disk_free_limit.absolute Disk space alarm limit
427+
## See: https://www.rabbitmq.com/docs/production-checklist#resource-limits-disk-space
428+
## For RMQ to parse correctly, must be int or string (MB/GB (not Mi/Gi) with NO DECIMAL POINTS)
429+
##
430+
disk_free_limit.absolute: 1500MB
427431

428432
## @section Solr Bitnami Sub-Chart Configuration
429433
##

0 commit comments

Comments
 (0)