all repos — infra @ 586f406a30787fd0c45fc122967f2a9a632280a6

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