Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
Merge pull request #56 from ankon/patch-2
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
linki committed Jan 12, 2017
2 parents 9597540 + e1ffcea commit 88e77f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
- --consumer=aws
- --aws-record-group-id=my-cluster
```
*Note*: `example.com` from the manfiest should be changed to the real hosted zone existing in your AWS account.
*Note*: `example.com` from the manifest should be changed to the real hosted zone existing in your AWS account.
## Service

Create a service using the following manifest [service](service.yaml):
Expand All @@ -42,7 +42,7 @@ spec:
selector:
app: behind-nginx-app
```
Running `kubectl create -f service.yaml` will create a service in default namepsace and AWS will provision an ELB pointing to the service.
Running `kubectl create -f service.yaml` will create a service in default namespace and AWS will provision an ELB pointing to the service.
Shortly Mate will create a DNS record as according to the specified template (namespace-name.hosted-zone) pointing to the provisioned ELB:
`default-nginx-service.example.com`.

Expand Down

0 comments on commit 88e77f6

Please sign in to comment.