Skip to content

Commit

Permalink
Update readme, add deploying on k8s via helm
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Apr 13, 2021
1 parent cd588d0 commit e617a6c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,18 @@ docker-compose up -d
Then open [http://localhost:9009](http://localhost:9009)


## Deploying on Kubernetes via Helm

```bash
helm repo add andylibrian https://andylibrian.github.io/helm-charts
helm repo update

helm install terjang andylibrian/terjang
```

Configuration: see [values.yaml](https://github.com/andylibrian/helm-charts/blob/main/charts/terjang/values.yaml).


## Contributing

See [Contributing](CONTRIBUTING.md)
Expand Down

0 comments on commit e617a6c

Please sign in to comment.