Skip to content

Commit 4acba9c

Browse files
Clarify that nano and micro resource presets are not recommended for MySQL
Signed-off-by: Muthukumaran <[email protected]>
1 parent 7266bc3 commit 4acba9c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

bitnami/mysql/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ maintainers:
3535
name: mysql
3636
sources:
3737
- https://github.com/bitnami/charts/tree/main/bitnami/mysql
38-
version: 14.0.4
38+
version: 14.0.5

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)