k8s-deployment/installations/monitoring/helmfile.yaml

19 lines
519 B
YAML

bases:
- ../../common/environments.yaml
- ../../common/templates.yaml
repositories:
- name: bedag
url: https://bedag.github.io/helm-charts/
- name: prometheus-community
url: https://prometheus-community.github.io/helm-charts
releases:
- name: prometheus
chart: prometheus-community/kube-prometheus-stack
namespace: monitoring
installed: false
version: 62.6.0
inherit:
- template: default-env-values
- template: default-env-secrets
- template: crd-management-hook