FEAT: add grafana loki
This commit is contained in:
parent
9c5e97fcf1
commit
a53be1e232
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
* [NGINX Ingress Controller](https://kubernetes.github.io/ingress-nginx/)
|
||||||
* [cert-manager](https://cert-manager.io/)
|
* [cert-manager](https://cert-manager.io/)
|
||||||
* [prometheus and grafana](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack)
|
* [prometheus and grafana](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack)
|
||||||
|
* [loki](https://grafana.com/docs/loki/latest/)
|
||||||
* [ArgoCD](https://argoproj.github.io/cd/)
|
* [ArgoCD](https://argoproj.github.io/cd/)
|
||||||
* [keel](https://keel.sh)
|
* [keel](https://keel.sh)
|
||||||
* [reloader](https://github.com/stakater/Reloader)
|
* [reloader](https://github.com/stakater/Reloader)
|
||||||
|
|
5
vars/helm/005-loki.yml
Normal file
5
vars/helm/005-loki.yml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
loki:
|
||||||
|
chart: grafana/loki-stack
|
||||||
|
url: https://grafana.github.io/helm-charts
|
||||||
|
namespace: metrics
|
Loading…
Reference in a new issue