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

Update type: Loadbalancer to match whats in the manifest
This commit is contained in:
Rhys Powell
2018-05-31 02:25:55 +01:00
committed by k8s-ci-robot
parent 40e57e4c84
commit e3674c5554
@@ -127,7 +127,7 @@ The following manifest describes a single-instance MySQL Deployment. The MySQL c
## 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" >}}