Skip to content

Commit a20966e

Browse files
This change improves chart clarity and avoids user confusion when MySQL fails to start on these minimal presets.
Updates the comment for the resourcesPreset field in bitnami/mysql/values.yaml to clarify that the nano and micro presets are not recommended or supported for MySQL due to insufficient CPU/memory for successful startup. These presets frequently lead to: - liveness/readiness probe failures - slow initialization causing startupProbe timeouts - OOMKilled container terminations - MySQL never becoming Ready Signed-off-by: Muthukumaran <[email protected]>
1 parent 7266bc3 commit a20966e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bitnami/mysql/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ primary:
422422
## resources, such as Minikube. If you do want to specify resources, uncomment the following
423423
## lines, adjust them as necessary, and remove the curly braces after 'resources:'.
424424
## @param primary.resourcesPreset Set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production).
425+
## NOTE: The "nano" and "micro" presets allocate extremely low CPU/memory. These values may cause MySQL to fail during startup (e.g., OOMKilled, readiness/liveness probe failures)
425426
## More information: https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15
426427
##
427428
resourcesPreset: "small"

0 commit comments

Comments
 (0)