diff --git a/content/posts/2019-04-04-kubernetes-setup.md b/content/posts/2019-04-04-kubernetes-setup.md index 56199e4..488d6e5 100644 --- a/content/posts/2019-04-04-kubernetes-setup.md +++ b/content/posts/2019-04-04-kubernetes-setup.md @@ -140,7 +140,7 @@ hostname-based HTTPS ingress with Let's Encrypt certificates. # Set up nginx-ingress I set up the nginx-ingress with host networking so I could expose my cluster's -services via ports 80/443 on the host. You can also expose it via a NodePort or +services via ports 80 and 443 on the host. You can also expose it via a NodePort or LoadBalancer, but this worked well for my simple setup. ```