Update mysql-wordpress-persistent-volume.md (#8822)

Update type: Loadbalancer to match whats in the manifest
pull/8832/head
Rhys Powell 2018-05-31 02:25:55 +01:00 committed by k8s-ci-robot
parent 40e57e4c84
commit e3674c5554
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ The following manifest describes a single-instance MySQL Deployment. The MySQL c
## Deploy WordPress ## Deploy WordPress
The following manifest describes a single-instance WordPress Deployment and Service. It uses many of the same features like a PVC for persistent storage and a Secret for the password. But it also uses a different setting: `type: NodePort`. This setting exposes WordPress to traffic from outside of the cluster. The following manifest describes a single-instance WordPress Deployment and Service. It uses many of the same features like a PVC for persistent storage and a Secret for the password. But it also uses a different setting: `type: LoadBalancer`. This setting exposes WordPress to traffic from outside of the cluster.
{{< code file="mysql-wordpress-persistent-volume/wordpress-deployment.yaml" >}} {{< code file="mysql-wordpress-persistent-volume/wordpress-deployment.yaml" >}}