Skip to content

Commit

Permalink
spell hopefully properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachGlassman committed Oct 4, 2018
1 parent de4c9bf commit ebd2327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask-kubernetes.md
Expand Up @@ -119,7 +119,7 @@ We have created an ingress, but we don't have a proper way of routing traffic wi
helm install stable/nginx-ingress --name my-nginx
```

If you don't want to use helm, the documentation can walk you through setting this up. If you are using RBAC (and hopeully you are), there is a flag that can be used here to set up the proper resources to make this work.
If you don't want to use helm, the documentation can walk you through setting this up. If you are using RBAC (and hopefully you are), there is a flag that can be used here to set up the proper resources to make this work.

This next bit depends a bit on your cloud provider, but if an external load balancer is not automatically created, one can get the exposed ports with

Expand Down

0 comments on commit ebd2327

Please sign in to comment.