mirror of https://git.rancher.io/charts
15 lines
313 B
YAML
15 lines
313 B
YAML
|
{{- if .Values.alerts.enabled -}}
|
||
|
---
|
||
|
apiVersion: monitoring.coreos.com/v1
|
||
|
kind: PodMonitor
|
||
|
metadata:
|
||
|
name: rancher-cis-pod-monitor
|
||
|
namespace: {{ template "cis.namespace" . }}
|
||
|
spec:
|
||
|
selector:
|
||
|
matchLabels:
|
||
|
cis.cattle.io/operator: cis-operator
|
||
|
podMetricsEndpoints:
|
||
|
- port: cismetrics
|
||
|
{{- end }}
|