[bitnami/*] Fix typo in README (#31052)

* Fix typo in memcached/README

Signed-off-by: Ziyue Pan <ziyuepan1999@gmail.com>

* Fix all `resourcePreset` in documents

Signed-off-by: Ziyue Pan <ziyuepan1999@gmail.com>

---------

Signed-off-by: Ziyue Pan <ziyuepan1999@gmail.com>
This commit is contained in:
Ziyue Pan
2024-12-16 18:28:44 +08:00
committed by GitHub
parent 91b6f97217
commit b41a51d1bd
98 changed files with 98 additions and 98 deletions

View File

@@ -51,7 +51,7 @@ The command deploys Ghost on the Kubernetes cluster in the default configuration
Bitnami charts allow setting resource requests and limits for all containers inside the chart deployment. These are inside the `resources` value (check parameter table). Setting requests is essential for production workloads and these should be adapted to your specific use case.
To make this process easier, the chart contains the `resourcesPreset` values, which automatically sets the `resources` section according to different presets. Check these presets in [the bitnami/common chart](https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15). However, in production workloads using `resourcePreset` is discouraged as it may not fully adapt to your specific needs. Find more information on container resource management in the [official Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/).
To make this process easier, the chart contains the `resourcesPreset` values, which automatically sets the `resources` section according to different presets. Check these presets in [the bitnami/common chart](https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15). However, in production workloads using `resourcesPreset` is discouraged as it may not fully adapt to your specific needs. Find more information on container resource management in the [official Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/).
### [Rolling VS Immutable tags](https://techdocs.broadcom.com/us/en/vmware-tanzu/application-catalog/tanzu-application-catalog/services/tac-doc/apps-tutorials-understand-rolling-tags-containers-index.html)