There was an error while loading. Please reload this page.
2 parents b7aff08 + 483dc5a commit a9d6686Copy full SHA for a9d6686
1 file changed
helm/values.yaml
@@ -420,10 +420,14 @@ rabbitmq:
420
## See:
421
## https://www.rabbitmq.com/docs/configure#config-items
422
## https://www.rabbitmq.com/docs/production-checklist
423
- ## https://github.com/rabbitmq/cluster-operator/tree/main/docs/examples/production-ready
+ ##
424
##
425
additionalConfig:
426
- disk_free_limit.relative: "1.0"
+ ## @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
431
432
## @section Solr Bitnami Sub-Chart Configuration
433
0 commit comments