Skip to content

Commit 9e49ec0

Browse files
authored
Fixing small typo.
1 parent bd4db54 commit 9e49ec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/quickstart/deploy-an-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The first user to register against Deis Workflow will automatically be given adm
44

55
If you installed Deis on GKE or AWS, Deis automatically creates a load balancer for the cluster. To get the IP of this load balancer, run `kubectl --namespace=deis describe svc deis-router`.
66

7-
If you do not have an load balancer IP, the router automatically forwards traffic from a kuberentes node to the router. In this case, use the IP of a kuberentes node and the node
7+
If you do not have an load balancer IP, the router automatically forwards traffic from a kubernetes node to the router. In this case, use the IP of a kubernetes node and the node
88
port that routes to port 80 on the controller.
99

1010
Deis requires a wildcard DNS record to dynamically map app names to the router. Instead of setting up DNS records, this example will use `nip.io`. If your router IP is `1.1.1.1`, its url will be `1.1.1.1.nip.io`. The URL of the controller component will be `deis.1.1.1.1.nip.io`.

0 commit comments

Comments
 (0)