This repository was archived by the owner on Feb 22, 2022. It is now read-only.
[stable/rabbitmq] Auto configure rabbitmq total_memory_available_override_value
from chart resources.limits.memory
value
#2803
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
Is this a request for help?: no
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Version of Helm and Kubernetes:
v2.7.2
v1.6.11-gke.0
Which chart:
stable/rabbitmq
0.6.10
What happened:
Memory alarms (https://www.rabbitmq.com/memory.html) could be correctly auto configured using
resources.limits.memory
char value with rabbitmqtotal_memory_available_override_value
config (rabbitmq/rabbitmq-server#1234).Anything else we need to know:
It would be probably easier if bitnami docker image exposed a config for it, but it will probably not happen: https://github.com/bitnami/bitnami-docker-rabbitmq/issues/52 they insist on configuring via config file (which would be hard to merge if the chart user can configure it too in the future (see #2784)).
Or maybe it should all be done in the bitnami image, as it's done in the library/rabbitmq image (docker-library/rabbitmq#196) ?
The text was updated successfully, but these errors were encountered: