We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement
The official Helm chart includes an example of the resources limits/requests:
garnet/charts/garnet/values.yaml
Lines 117 to 124 in d7d2bc6
but, there is no explanation of those are defaults or recommended values or just 'syntactical' placeholders.
At least a suggestion of minimum and recommended limits/requests should be documented to give users an idea, bearings.
Ideally, if Garnet's chart could specify the resources requirements with pre-defined presets like this chart does it for Redis providing none, nano, micro, small, ... presets: https://github.com/bitnami/charts/blob/a401c96b685d790344f960eab46e5aba87308f63/bitnami/common/templates/_resources.tpl#L15-L44
Trial and error using the limits from the comment above:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature request type
enhancement
Is your feature request related to a problem? Please describe
The official Helm chart includes an example of the resources limits/requests:
garnet/charts/garnet/values.yaml
Lines 117 to 124 in d7d2bc6
but, there is no explanation of those are defaults or recommended values or just 'syntactical' placeholders.
Describe the solution you'd like
At least a suggestion of minimum and recommended limits/requests should be documented to give users an idea, bearings.
Ideally, if Garnet's chart could specify the resources requirements with pre-defined presets like this chart does it for Redis providing
none, nano, micro, small, ... presets:
https://github.com/bitnami/charts/blob/a401c96b685d790344f960eab46e5aba87308f63/bitnami/common/templates/_resources.tpl#L15-L44
Describe alternatives you've considered
Trial and error using the limits from the comment above:
Additional context
The text was updated successfully, but these errors were encountered: