Skip to content

Commit

Permalink
Merge pull request #17 from aslafy-z/patch-1
Browse files Browse the repository at this point in the history
chore: update readme build steps
  • Loading branch information
adinhodovic committed Jul 11, 2024
2 parents 82af697 + bbbb8a5 commit 4dbf9e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,19 @@ brew install jsonnet
Then, grab the mixin and its dependencies:

```sh
git clone https://github.com/example/ingress-nginx-mixin
cd example/ingress-nginx-mixin
git clone https://github.com/adinhodovic/ingress-nginx-mixin
cd ingress-nginx-mixin
jb install
```

Finally, build the mixin:

```sh
make prometheus-alerts.yaml
make prometheus-rules.yaml
make dashboards-out
make prometheus_alerts.yaml
make dashboards_out
```

The prometheus-alerts.yaml and prometheus-rules.yaml file then need to passed to your Prometheus server, and the files in dashboards-out need to be imported into you Grafana server. The exact details will depending on how you deploy your monitoring stack to Kubernetes.
The prometheus_alerts.yaml file need to passed to your Prometheus server, and the files in dashboards_out need to be imported into you Grafana server. The exact details will depending on how you deploy your monitoring stack to Kubernetes.

## Alerts

Expand Down

0 comments on commit 4dbf9e0

Please sign in to comment.