2021-04-22 13:43:10 +00:00
|
|
|
{{- if index .Values "istio-discovery" "telemetry" "enabled" }}
|
|
|
|
apiVersion: monitoring.coreos.com/v1
|
|
|
|
kind: ServiceMonitor
|
|
|
|
metadata:
|
|
|
|
name: istio-component-monitor
|
2021-04-25 09:58:17 +00:00
|
|
|
namespace: {{ .Release.Namespace }}
|
2021-04-22 13:43:10 +00:00
|
|
|
labels:
|
2021-04-25 09:58:17 +00:00
|
|
|
{{ include "kubezero-lib.labels" . | indent 4 }}
|
2021-04-22 13:43:10 +00:00
|
|
|
spec:
|
|
|
|
jobLabel: istio
|
|
|
|
targetLabels: [app]
|
|
|
|
selector:
|
|
|
|
matchExpressions:
|
|
|
|
- {key: istio, operator: In, values: [pilot]}
|
|
|
|
endpoints:
|
|
|
|
- port: http-monitoring
|
|
|
|
{{- end }}
|