mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
[helm kube-etcd] Add ability to not create the etcd serviceMonitor (#1478)
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: A Helm chart for Kubernetes
|
||||
name: exporter-kube-etcd
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
maintainers:
|
||||
- name: Michael Goodness
|
||||
email: mgoodness@gmail.com
|
||||
- name: Giancarlo Rubio
|
||||
email: gianrubio@gmail.com
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{{- if .Values.serviceMonitor.create }}
|
||||
apiVersion: {{ template "prometheus-operator.apiVersion" . }}
|
||||
kind: ServiceMonitor
|
||||
metadata:
|
||||
@@ -37,3 +38,4 @@ spec:
|
||||
{{- end}}
|
||||
insecureSkipVerify: true
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
@@ -18,3 +18,6 @@ additionalServiceMonitorLabels: {}
|
||||
##Custom Labels to be added to Prometheus Rules ConfigMap
|
||||
##
|
||||
additionalRulesConfigMapLabels: {}
|
||||
|
||||
serviceMonitor:
|
||||
create: true
|
||||
@@ -28,9 +28,10 @@ dependencies:
|
||||
condition: deployKubeDNS
|
||||
|
||||
- name: exporter-kube-etcd
|
||||
version: 0.1.12
|
||||
version: 0.1.13
|
||||
#e2e-repository: file://../exporter-kube-etcd
|
||||
repository: https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
|
||||
condition: deployKubeEtcd
|
||||
|
||||
- name: exporter-kube-scheduler
|
||||
version: 0.1.8
|
||||
|
||||
@@ -431,3 +431,4 @@ prometheus:
|
||||
# Select Deployed DNS Solution
|
||||
deployCoreDNS: false
|
||||
deployKubeDNS: true
|
||||
deployKubeEtcd: true
|
||||
|
||||
Reference in New Issue
Block a user