2020-10-22 12:03:15 +00:00
|
|
|
{{ readFile "hf-templates.yaml" }}
|
|
|
|
|
2020-09-28 12:55:52 +00:00
|
|
|
repositories:
|
2020-10-21 11:39:41 +00:00
|
|
|
- name: prometheus-community
|
|
|
|
url: https://prometheus-community.github.io/helm-charts
|
2020-09-28 12:55:52 +00:00
|
|
|
|
|
|
|
releases:
|
|
|
|
- name: prometheus
|
|
|
|
<<: *default
|
2020-10-21 11:39:41 +00:00
|
|
|
chart: prometheus-community/kube-prometheus-stack
|
2020-11-02 07:39:30 +00:00
|
|
|
version: 10.1.0
|
2020-09-28 12:55:52 +00:00
|
|
|
namespace: monitoring
|
2020-10-05 09:27:46 +00:00
|
|
|
- name: logs
|
|
|
|
<<: *default
|
|
|
|
chart: ./services/elk
|
2020-10-22 12:03:15 +00:00
|
|
|
set:
|
|
|
|
- name: filebeat.indextemplate
|
|
|
|
file: config/logs/template.json
|