Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bianco95 authored Aug 2, 2024
1 parent c67aedb commit 739211d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ To install the monitoring system, follow the steps below:
1. Clone the repository:

```bash
git clone
git clone https://github.com/interTwin-eu/interlink-monitoring-stack
```

2. Change the values in the `values.yaml` file to match your environment.
Expand All @@ -82,10 +82,10 @@ kubectl create namespace interlink-mon
4. Install the monitoring system using the following command:

```bash
helm upgrade --install helm-vk-monitoring-release helm-vk-monitoring/ -n interlink-mon --debug
helm upgrade --install helm-vk-monitoring-release interlink-monitoring-stack/ -n interlink-mon --debug
```

5. Access Grafana dashboard through the Ingress IP address you defined in the `values.yaml` file with the credentials you defined in the `values.yaml` file.
5. Access Grafana dashboard through the domain you defined in the `values.yaml` file with the credentials you defined in the `values.yaml` file.

The following image shows the Grafana dashboard:

Expand Down

0 comments on commit 739211d

Please sign in to comment.