all repos — infra @ da82e950b496c1615bb1de2f9eb0d131a300c97c

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