mirror of https://git.rancher.io/charts
make charts
parent
14df8463f5
commit
4f7375591d
Binary file not shown.
|
@ -21,7 +21,7 @@ spec:
|
|||
{{- end }}
|
||||
port: https
|
||||
scheme: https
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubeApiServer.serviceMonitor.metricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubeApiServer.serviceMonitor.metricRelabelings | indent 6) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -28,7 +28,7 @@ spec:
|
|||
{{- if .Values.kubeDns.serviceMonitor.proxyUrl }}
|
||||
proxyUrl: {{ .Values.kubeDns.serviceMonitor.proxyUrl}}
|
||||
{{- end }}
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubeDns.serviceMonitor.dnsmasqMetricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubeDns.serviceMonitor.dnsmasqMetricRelabelings | indent 4) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -45,7 +45,7 @@ spec:
|
|||
{{- end}}
|
||||
insecureSkipVerify: {{ .Values.kubeEtcd.serviceMonitor.insecureSkipVerify }}
|
||||
{{- end }}
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubeEtcd.serviceMonitor.metricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubeEtcd.serviceMonitor.metricRelabelings | indent 4) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -33,7 +33,7 @@ spec:
|
|||
tlsConfig:
|
||||
caFile: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
|
||||
{{- end}}
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubeProxy.serviceMonitor.metricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubeProxy.serviceMonitor.metricRelabelings | indent 4) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -39,7 +39,7 @@ spec:
|
|||
serverName: {{ .Values.kubeScheduler.serviceMonitor.serverName }}
|
||||
{{- end}}
|
||||
{{- end}}
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubeScheduler.serviceMonitor.metricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubeScheduler.serviceMonitor.metricRelabelings | indent 4) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -32,7 +32,7 @@ spec:
|
|||
insecureSkipVerify: true
|
||||
bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
|
||||
honorLabels: true
|
||||
- metricRelabelings:
|
||||
metricRelabelings:
|
||||
{{- if .Values.kubelet.serviceMonitor.metricRelabelings }}
|
||||
{{ tpl (toYaml .Values.kubelet.serviceMonitor.metricRelabelings | indent 4) . }}
|
||||
{{- end }}
|
||||
|
|
|
@ -10280,7 +10280,7 @@ entries:
|
|||
catalog.cattle.io/upstream-version: 19.0.3
|
||||
apiVersion: v2
|
||||
appVersion: 0.59.1
|
||||
created: "2023-05-18T13:35:37.946304-07:00"
|
||||
created: "2023-05-25T18:17:45.940531-07:00"
|
||||
dependencies:
|
||||
- condition: grafana.enabled
|
||||
name: grafana
|
||||
|
@ -10351,7 +10351,7 @@ entries:
|
|||
description: Collects several related Helm charts, Grafana dashboards, and Prometheus
|
||||
rules combined with documentation and scripts to provide easy to operate end-to-end
|
||||
Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||
digest: 419cec9b92822241dd3297320cb16a3124f1b49224183fe1d434ba222b4a9165
|
||||
digest: affcd74e7d8064c7868d3089805b03448e74b99fd71016c6967bd838bc96695f
|
||||
home: https://github.com/prometheus-operator/kube-prometheus
|
||||
icon: https://raw.githubusercontent.com/prometheus/prometheus.github.io/master/assets/prometheus_logo-cb55bb5c346.png
|
||||
keywords:
|
||||
|
|
Loading…
Reference in New Issue