|
|
|
@ -34,6 +34,19 @@ and add the entry to `/etc/hosts`:
|
|
|
|
|
|
|
|
|
|
we can now install the helm chart |
|
|
|
|
``` |
|
|
|
|
$ helm dependency build |
|
|
|
|
$ helm install -f values.yaml -n monitoring prom-loki . |
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
## TODO |
|
|
|
|
|
|
|
|
|
- [ ] tls |
|
|
|
|
- [ ] alertmanager on irc |
|
|
|
|
|
|
|
|
|
## RESOURCES |
|
|
|
|
|
|
|
|
|
`values.yml` reference for sub charts: |
|
|
|
|
- [prometheus](https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus/values.yaml) |
|
|
|
|
- [grafana](https://github.com/grafana/helm-charts/blob/main/charts/grafana/values.yaml) |
|
|
|
|
- [loki](https://github.com/grafana/helm-charts/blob/main/charts/loki/values.yaml) |
|
|
|
|
|
|
|
|
|