mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 08:55:21 +00:00
e7203d34c2
* Replace deprecated stable/prometheus-operator chart (#88) See README in stable/prometheus-operator cart for details. https://github.com/helm/charts/tree/master/stable/prometheus-operator * Improve logging (#89) * Fix ES index template dynamic mappings * Add basic common logging setting * Add stdout log configuration for shumway (with hardcode) * Fix hellgate mapping Co-authored-by: Sergey Yelin <elinsn@gmail.com> * Update capi (#90) * Update capi-v1 to rbkmoney/erlang_capi_v1@b89010a0 * Update capi-v2 to rbkmoney/erlang_capi_v2@ac236aed * ELK caps and PTWAF values * Fix token decription setting in capi-v2 config (#91) * ingress template * Kibana ingress Co-authored-by: Andrey Fadeev <me@ciiol.net> Co-authored-by: Andrey Abramov <a.abramov@rbkmoney.com> Co-authored-by: Sergey Yelin <elinsn@gmail.com> Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
18 lines
390 B
YAML
18 lines
390 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
|
|
namespace: monitoring
|
|
- name: logs
|
|
<<: *default
|
|
chart: ./services/elk
|
|
set:
|
|
- name: filebeat.indextemplate
|
|
file: config/logs/template.json
|