all repos — infra @ 1f3e5c14c9d8d3279ec75c37e9179a4ae5020397

infrastructure manifests and setup notes

charts/prometheus.yaml (view raw)

 1apiVersion: helm.cattle.io/v1
 2kind: HelmChart
 3metadata:
 4  name: prometheus
 5  namespace: monitoring
 6spec:
 7  repo: https://prometheus-community.github.io/helm-charts
 8  chart: prometheus
 9  targetNamespace: monitoring
10  valuesContent: |-
11    alertManager:
12      enabled: false
13    kube-state-metrics:
14      enabled: false
15    prometheus-pushgateway:
16      enabled: false