-
Notifications
You must be signed in to change notification settings - Fork 69
Description
Is your feature request related to a problem? Please describe.
We're currently wanting to use neo4j in ephemeral environments. To achieve a higher density on our Kubernetes clusters, we want to be able to configure resource requests below the suggested minimal values, which is checked upon within the Helm chart. This is because the database will be idling most of the time.
Describe the solution you'd like
Have a variable available to be able to disable this check. Keep this variable enabled by default.
Describe alternatives you've considered
I tried to work around this, but there currently aren't any options available to work around this. We currently made a fork with a variable to disable this, but we would rather use the official chart.
Additional context
