add describe about WordPress deploy yml (#15003)

* add desc about wp deploy.yml

* make corrections

* Update mysql-wordpress-persistent-volume.md
This commit is contained in:
Hypo
2019-06-25 22:10:35 +08:00
committed by Kubernetes Prow Robot
parent e3bc4bcb62
commit 23583c5e12
@@ -93,6 +93,13 @@ The following manifest describes a single-instance MySQL Deployment. The MySQL c
{{< codenew file="application/wordpress/mysql-deployment.yaml" >}}
The following manifest describes a single-instance WordPress Deployment. The WordPress container mounts the
PersistentVolume at `/var/www/html` for website data files. The `WORDPRESS_DB_HOST` environment variable sets
the name of the MySQL Service defined above, and WordPress will access the database by Service. The
`WORDPRESS_DB_PASSWORD` environment variable sets the database password from the Secret kustomize generated.
{{< codenew file="application/wordpress/wordpress-deployment.yaml" >}}
1. Download the MySQL deployment configuration file.
```shell