Fix silly / interpolation

This commit is contained in:
2019-08-01 17:02:09 +02:00
parent c17d5a3fa0
commit 45b0f76ded
+1 -1
View File
@@ -140,7 +140,7 @@ hostname-based HTTPS ingress with Let's Encrypt certificates.
# Set up nginx-ingress # Set up nginx-ingress
I set up the nginx-ingress with host networking so I could expose my cluster's 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. LoadBalancer, but this worked well for my simple setup.
``` ```