You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
656 B
YAML
28 lines
656 B
YAML
apiVersion: monitoring.coreos.com/v1
|
|
kind: ServiceMonitor
|
|
metadata:
|
|
name: minio
|
|
labels:
|
|
release: kube-prometheus-stack
|
|
v1.min.io/tenant: {{ .Values.tenant.tenant.name }}
|
|
spec:
|
|
jobLabel: minio
|
|
selector:
|
|
matchLabels:
|
|
v1.min.io/tenant: {{ .Values.tenant.tenant.name }}
|
|
endpoints:
|
|
- port: https-minio
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|
|
path: /minio/v2/metrics/cluster
|
|
scheme: https
|
|
tlsConfig:
|
|
insecureSkipVerify: true
|
|
- port: https-minio
|
|
interval: 30s
|
|
scrapeTimeout: 10s
|
|
path: /minio/v2/metrics/node
|
|
scheme: https
|
|
tlsConfig:
|
|
insecureSkipVerify: true
|