Update mysql-wordpress-persistent-volume.md

add some words to avoid ambiguity.
This commit is contained in:
holten
2022-03-01 17:35:56 +08:00
committed by GitHub
parent e31d31926d
commit ed8308a8d3
@@ -39,7 +39,7 @@ This tutorial shows you how to deploy a WordPress site and a MySQL database usin
This deployment is not suitable for production use cases, as it uses single instance WordPress and MySQL Pods. Consider using [WordPress Helm Chart](https://github.com/kubernetes/charts/tree/master/stable/wordpress) to deploy WordPress in production.
-->
deployment 在生产场景中并不适合,它使用单实例 WordPress 和 MySQL Pods。考虑使用 [WordPress Helm Chart](https://github.com/kubernetes/charts/tree/master/stable/wordpress) 在生产场景中部署 WordPress。
这个 deployment 在生产场景中并不适合,它使用单实例 WordPress 和 MySQL Pods。考虑使用 [WordPress Helm Chart](https://github.com/kubernetes/charts/tree/master/stable/wordpress) 在生产场景中部署 WordPress。
{{< /warning >}}
{{< note >}}