k8s-deployment/installations/monitoring/helmfile.yaml

28 lines
766 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
- name: grafana
url: https://grafana.github.io/helm-charts
releases:
- name: prometheus
chart: prometheus-community/kube-prometheus-stack
namespace: observability
version: 65.1.1
inherit:
- template: default-env-values
- template: default-env-secrets
- template: crd-management-hook
- name: grafana
chart: grafana/grafana
namespace: applications
version: 8.5.2
installed: true
inherit:
- template: default-env-values
- template: default-env-secrets