helmsdeep/helmfile-infra.yaml
Sergey Yelin 70fc4438cc
Prometeus integration in erlang services (#96)
* Prometeus integration in erlang services
* Downgrade prometheus chart to 10.1.0
I got strange crd-related errors with the new version. Like
`manifest_sorter.go:192: info: skipping unknown hook: "crd-install"`
* Add ServiceMonitors

Co-authored-by: Andrey Fadeev <me@ciiol.net>
2020-11-02 10:39:30 +03:00

19 lines
408 B
YAML

{{ readFile "hf-templates.yaml" }}
repositories:
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases:
- name: prometheus
<<: *default
chart: prometheus-community/kube-prometheus-stack
version: 10.1.0
namespace: monitoring
- name: logs
<<: *default
chart: ./services/elk
set:
- name: filebeat.indextemplate
file: config/logs/template.json