Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cas-class authored May 9, 2024
1 parent 75284b1 commit b0b35e3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,15 +124,19 @@ The garbage collector automatically deletes outdated data, by default the number

### How to install?

1. Clone this repository
2. Install using helm
1. Add repo
```bash
helm upgrade --install -f .helm/values.yaml status .helm -n status --create-namespace --set "ingress.hosts[0].host=example\.ru"
helm repo add status https://cas-class.github.io/status-service
```
3. Install using helm
```bash
helm upgrade --install -f values.yaml status status/status-service -n status --create-namespace
```
### Roadmap

- [ ] Public availability through Github Pages
- [ ] Automatic deployment through Github Actions
- [X] Public availability through Github Pages
- [X] Automatic deployment through Github Actions
- [ ] Automatic docker build through Github Actions
- [ ] Public UI
- [ ] Exporting data to Prometheus
- [ ] Dashboard for Grafana
Expand Down

0 comments on commit b0b35e3

Please sign in to comment.