Correct wordpress service command output

per the instructions, the wordpress service is a LoadBalancer.
This commit is contained in:
Luke Wendling
2020-06-20 12:45:12 -05:00
committed by GitHub
parent f50f3f1229
commit 966215f88a
@@ -191,7 +191,7 @@ Now you can verify that all objects exist.
``` ```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress ClusterIP 10.0.0.89 <pending> 80:32406/TCP 4m wordpress LoadBalancer 10.0.0.89 <pending> 80:32406/TCP 4m
``` ```
{{< note >}} {{< note >}}