Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #476 from cdrage/update-quickstart
Browse files Browse the repository at this point in the history
Update quickstart
  • Loading branch information
kadel committed Nov 22, 2017
2 parents cb6fa14 + 98d52f3 commit 51da59f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,19 @@ Kedge is a deployment tool for Kubernetes artifacts by using a simplified versio

In two steps, we will go from a super-simple YAML file to a full-fledged Kubernetes deployment:

__1. Using an example [httpd.yaml](https://raw.githubusercontent.com/kedgeproject/kedge/master/examples/simplest/httpd.yaml) file.__
__1. Using an example [httpd.yaml](https://raw.githubusercontent.com/kedgeproject/kedge/master/examples/httpd/httpd.yaml) file__

```yaml
name: httpd

containers:
- image: centos/httpd

services:
- name: httpd
type: NodePort
ports:
- port: 8080
targetPort: 80
type: LoadBalancer
portMappings:
- 8080:80
```

__2. Now run the create command to deploy to Kubernetes!__
Expand Down

0 comments on commit 51da59f

Please sign in to comment.