Skip to content

Commit

Permalink
docs(README): Add method to install clamapi with helm in kubernetes
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Audic <[email protected]>
  • Loading branch information
audig committed Jul 4, 2020
1 parent 3931964 commit fdc3cc5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ Some custom metrics are available at `/actuator/prometheus`:

## Deployment with helm in kubernetes

TODO
Can be deployed with helm :
```bash
helm repo add github-cnieg https://cnieg.github.io/helm-charts
helm install github-cnieg/clamapi --name clamapi --namespace clamapi
```

Configuration available in `values.yaml` at https://github.com/cnieg/helm-charts/blob/master/charts/clamapi/values.yaml

0 comments on commit fdc3cc5

Please sign in to comment.