mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
70fc4438cc
* 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>
19 lines
408 B
YAML
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
|