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