From b0b35e369f8338fb01064651ee3c54ba85961a79 Mon Sep 17 00:00:00 2001 From: cas-class Date: Thu, 9 May 2024 18:24:53 +0300 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7e95e6a..13696f6 100644 --- a/README.md +++ b/README.md @@ -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