mirror of
https://github.com/valitydev/helmsdeep.git
synced 2024-11-06 00:45:18 +00:00
cf6ac00fbd
* add dashboard and CC to helmfile * ServiceMonitors and CNP move in Releases namespace * -revert vault init script sleep for devsetup - vault-injector webhook only for Release namespace * - dont install prom if processing namespaced - bump chart versions in lock * bump TT version Co-authored-by: Dmitry Skokov <d.skokov@rbkmoney.com>
17 lines
299 B
YAML
17 lines
299 B
YAML
bases:
|
|
- environments.yaml
|
|
---
|
|
|
|
{{ readFile "hf-templates.yaml" }}
|
|
|
|
repositories:
|
|
- name: prometheus-community
|
|
url: https://prometheus-community.github.io/helm-charts
|
|
|
|
releases:
|
|
- name: prometheus
|
|
<<: *infra_default
|
|
chart: prometheus-community/kube-prometheus-stack
|
|
namespace: monitoring
|
|
|