Skip to content

Commit

Permalink
Correct wordpress service command output
Browse files Browse the repository at this point in the history
per the instructions, the wordpress service is a LoadBalancer.
  • Loading branch information
lukewendling committed Jun 20, 2020
1 parent f50f3f1 commit 966215f
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -190,8 +190,8 @@ Now you can verify that all objects exist.
The response should be like this:

```
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress ClusterIP 10.0.0.89 <pending> 80:32406/TCP 4m
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
wordpress LoadBalancer 10.0.0.89 <pending> 80:32406/TCP 4m
```

{{< note >}}
Expand Down

0 comments on commit 966215f

Please sign in to comment.